Just append
&& say "Done"
For example;
$ sleep 10 && say "Done"
This trick could be useful if you are running some tasks and want switch to work on something else while it's running but also want to get back to it immediately after it finished.
Source: How to make the hardware beep sound in Mac OS X 10.6
Subscribe to:
Post Comments (Atom)
Collectd PostgreSQL Plugin
I couldn't find this link when searching with google https://www.collectd.org/documentation/manpages/collectd.conf.html#plugin-postgresq...
-
sudo su postgres supply your Mac password modify /Library/PostgreSQL/9.x/data/pg_hba.conf from local all all md5 to local all all ...
-
This error occurs when you or some of your vim plugins try to access register '*' which is a system clipboard. In default Mac OSX vi...
-
Print some ANSI characters (print (str (char 27) "[2J")) ; clear screen (print (str (char 27) "[;H")) ; move cursor to...
No comments:
Post a Comment