Add readme

This commit is contained in:
rmgr 2022-11-09 17:15:29 +10:30
parent dd9627be8a
commit c7fa5fd767
1 changed files with 12 additions and 0 deletions

12
readme.md Normal file
View File

@ -0,0 +1,12 @@
# 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?"
```