diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-07-25 08:18:50 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-07-25 08:45:09 -0400 |
commit | d9c17cb21ab2972f53549176c9c93948fdf44688 (patch) | |
tree | 338dd1c5bdef1a58edd758b4ee6c7f61afadb179 | |
parent | Don't echo substitutions (i.e. passwords) to screet in ./dm build (diff) |
Added my stopaudio script
-rwxr-xr-x | bin/stopaudio | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/stopaudio b/bin/stopaudio new file mode 100755 index 0000000..0d74163 --- /dev/null +++ b/bin/stopaudio @@ -0,0 +1,2 @@ +#!/bin/sh +killall jackd pulseaudio |