diff options
author | David Runge <dave@sleepmap.de> | 2016-05-08 20:22:16 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-05-08 20:22:16 +0200 |
commit | 08845cec6393482a60493e465f0ba13727386f5b (patch) | |
tree | 8282cffd99ca2a12dfb3d34a7f82a28ac26d71b5 /bin/connect_to_jack | |
parent | 9cfb64c997b8e5f095c75f39641762f44d3307c2 (diff) | |
download | dotfiles-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/connect_to_jack')
-rw-r--r-- | bin/connect_to_jack | 12 |
1 files changed, 0 insertions, 12 deletions
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 |