Чуть-чуть изменил .sh файл, т.к. не работало
This commit is contained in:
parent
597131452a
commit
6dd8c10881
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/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"
|
echo "Processing file: $file"
|
||||||
|
|
||||||
tmp_file=$(mktemp)
|
tmp_file=$(mktemp)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue