From 08845cec6393482a60493e465f0ba13727386f5b Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 8 May 2016 20:22:16 +0200 Subject: bin/set_volume: Making script not depend on functions.sh anymore. Introducing bash strict mode. --- bin/connect_to_jack | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 bin/connect_to_jack (limited to 'bin/connect_to_jack') diff --git a/bin/connect_to_jack b/bin/connect_to_jack deleted file mode 100644 index e17ccc2..0000000 --- a/bin/connect_to_jack +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -case "$HOSTNAME" in - "pitheunlord") - jack_connect SuperCollider:out_1 alsa_out:playback_1 & - jack_connect SuperCollider:out_2 alsa_out:playback_2 & - ;; - "beagleclone") - ;; - "dvzrv") - ;; -esac -- cgit v1.2.3-54-g00ecf