aboutsummaryrefslogtreecommitdiffstats
path: root/bin/stop_jack
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2016-05-08 20:22:16 +0200
committerDavid Runge <dave@sleepmap.de>2016-05-08 20:22:16 +0200
commit08845cec6393482a60493e465f0ba13727386f5b (patch)
tree8282cffd99ca2a12dfb3d34a7f82a28ac26d71b5 /bin/stop_jack
parent9cfb64c997b8e5f095c75f39641762f44d3307c2 (diff)
downloaddotfiles-08845cec6393482a60493e465f0ba13727386f5b.tar.gz
dotfiles-08845cec6393482a60493e465f0ba13727386f5b.tar.bz2
dotfiles-08845cec6393482a60493e465f0ba13727386f5b.tar.xz
dotfiles-08845cec6393482a60493e465f0ba13727386f5b.zip
bin/set_volume: Making script not depend on functions.sh anymore. Introducing bash strict mode.
Diffstat (limited to 'bin/stop_jack')
-rwxr-xr-xbin/stop_jack16
1 files changed, 0 insertions, 16 deletions
diff --git a/bin/stop_jack b/bin/stop_jack
deleted file mode 100755
index f07b6be..0000000
--- a/bin/stop_jack
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-jack_control stop
-sleep 3
-jack_control exit
-
-
-exit 0
-
-#kill $(pidof jackd)
-#case "$HOSTNAME" in
-# "beagleclone")
-# kill $(pidof jackd)
-# kill $(pidof xvfb-run)
-# ;;
-#esac