aboutsummaryrefslogtreecommitdiffstats
path: root/bin/stop_jack
diff options
context:
space:
mode:
Diffstat (limited to 'bin/stop_jack')
-rwxr-xr-xbin/stop_jack9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/stop_jack b/bin/stop_jack
new file mode 100755
index 0000000..ab49fa9
--- /dev/null
+++ b/bin/stop_jack
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+kill $(pidof jackd)
+#case "$HOSTNAME" in
+# "beagleclone")
+# kill $(pidof jackd)
+# kill $(pidof xvfb-run)
+# ;;
+#esac