# timeout.sh Requires libnotify-bin on Debian. On non-Debian distros you should be able to install notify-send and remove the libnotify-bin check and it might work. ## Usage I have timeout in my .local/bin directory and call it in my .profile. ``` timeout.sh [seconds] [message] ``` eg ``` timeout.sh 20 "Hey, should you take a break?" ```