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