witness: more aesthetic
Jes Olson j3s@c3f.net
Tue, 28 Feb 2023 11:19:23 -0800
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
bin/witness
→
bin/witness
@@ -15,7 +15,7 @@
while true; do atime="$(get_access_time "$file")" if [ "$atime" != "$ltime" ]; then - printf "witness: '%s' changed, running '%s'\n" "$file" "$command" + printf "$ %s\n" "$command" $command ltime="$atime" fi