Y
Hacker News
new
|
ask
|
show
|
jobs
by
omnster
232 days ago
Regarding the `timer` script, it appears to block the shell. A way to avoid this would be to spawn a subshell for the sleep command like this: `( sleep "$1" && notify ... ) &`