good ol fedora

This commit is contained in:
2025-08-07 20:14:10 -05:00
parent d226433fa4
commit 8d34479711
5 changed files with 45 additions and 49 deletions

View File

@@ -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