Чуть-чуть изменил .sh файл, т.к. не работало

This commit is contained in:
AZEN-SGG 2024-12-15 13:55:21 +03:00
parent 597131452a
commit 6dd8c10881

View file

@ -1,6 +1,6 @@
#!/bin/bash
find . -type f -name "Makefile" | while read -r file; do
find . -type f -name "makefile" | while read -r file; do
echo "Processing file: $file"
tmp_file=$(mktemp)