vern-scripts/tilserv/remindall

4 lines
106 B
Bash
Executable File

#!/usr/bin/env -S bash -e
w | while read -r U P _; do [[ $U == root ]] && /root/bin/remind /dev/$P; done