nix/modules/home-manager/scripts/common/bin/poll
2023-10-05 13:43:28 -05:00

12 lines
235 B
Fish
Executable file

#!/usr/bin/env fish
# make sure our stuff gets loaded so aliases will work
source ~/.config/fish/config.fish
while true
clear
sleep 2 &
echo (tput setaf 0)(date) polled (tput setaf 4)"'"$argv"'"(tput setaf 7)
eval $argv
wait
end