aboutsummaryrefslogtreecommitdiffstats
path: root/bin/stop_jack
diff options
context:
space:
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