From 17df35dc088c9b1b159c2b78d8330fa9cc9a672a Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Wed, 21 Jan 2026 23:42:15 +0100 Subject: reformat most scripts --- printpath | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'printpath') diff --git a/printpath b/printpath index 396fd86..a76f8f9 100755 --- a/printpath +++ b/printpath @@ -2,6 +2,6 @@ # Print everythin in PATH echo "$PATH" | tr ':' '\n' | while IFS= read -r dir; do - [ -d "$dir" ] || continue - find "$dir" -maxdepth 1 -type f -perm -111 -printf '%f\n' + [ -d "$dir" ] || continue + find "$dir" -maxdepth 1 -type f -perm -111 -printf '%f\n' done | sort -u -- cgit v1.2.3