public
Description: personal scripts
Homepage:
Clone URL: git://github.com/mackstann/bin.git
bin / try
100755 12 lines (6 sloc) 0.279 kb
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
 
# Written by Nick Welch <nick@incise.org>. Author disclaims copyright.
 
# for long-running processes whose success you are interested in. inspired by
# someone on reddit.
 
play_sound() { aplay -q $HOME/other/$1.wav; }
 
$@ && play_sound squeak || play_sound scratch