vern-scripts/tilserv/remindall

4 lines
106 B
Plaintext
Raw Permalink Normal View History

2022-11-09 17:03:47 +00:00
#!/usr/bin/env -S bash -e
w | while read -r U P _; do [[ $U == root ]] && /root/bin/remind /dev/$P; done