Y
Hacker News
new
|
ask
|
show
|
jobs
by
lgas
3544 days ago
To be fair it does slightly more than that (relative times, absolute times, etc) but it is somewhat ironic considering that it advertises itself as an alternative to one liners like "sleep 4231; beep".
1 comments
tingol
3544 days ago
You can do sleep 15m; beep
link
duaneb
3544 days ago
One of the reasons to use this is to avoid beep, which may not even be enabled on your machine.
link
tingol
3544 days ago
Use echo '\a' that's what this program uses anyway... It's literally sleep $1; echo '\a' or you can use at if you want exact time.
link
michaelcampbell
3544 days ago
Yes, anything can be done in a different way.
link
swiley
3544 days ago
X11 bell almost never works for me.
link