mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-01-15 19:06:17 +00:00
good ol fedora
This commit is contained in:
@@ -5,7 +5,7 @@ base="$(dirname "$(readlink -f "$0")")"
|
||||
inotifywait -m -r \
|
||||
-e close_write \
|
||||
-e moved_to \
|
||||
--format '%w%f' "$base" | while read -r file; do
|
||||
--format '%w%f' "$base/lib" "$base/scripts" | while read -r file; do
|
||||
if [[ -f $file && $file =~ .sh ]]; then
|
||||
shfmt --write --simplify "$file"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user