my dotz
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

witness: more aesthetic

+1 -1
+1 -1
bin/witness
··· 15 15 while true; do 16 16 atime="$(get_access_time "$file")" 17 17 if [ "$atime" != "$ltime" ]; then 18 - printf "witness: '%s' changed, running '%s'\n" "$file" "$command" 18 + printf "$ %s\n" "$command" 19 19 $command 20 20 ltime="$atime" 21 21 fi