small pixel drawing of a pufferfish dotfiles

witness: more aesthetic
Jes Olson j3s@c3f.net
Tue, 28 Feb 2023 11:19:23 -0800
commit

07e5ceb2f0d9322b3491b45c5f50ca1072eda636

parent

c55c7e8ad4225f94aa4c155848231d03a661785c

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M bin/witnessbin/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