added pianobar control scripts
authorDylan Lloyd <dylan@dylansserver.com>
Tue, 13 Mar 2012 18:44:03 +0000 (14:44 -0400)
committerDylan Lloyd <dylan@dylansserver.com>
Tue, 13 Mar 2012 18:44:03 +0000 (14:44 -0400)
scripts/pianobar-next [new file with mode: 0755]
scripts/pianobar-toggle [new file with mode: 0755]

diff --git a/scripts/pianobar-next b/scripts/pianobar-next
new file mode 100755 (executable)
index 0000000..2bce035
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+echo -n 'n' > ~/.config/pianobar/ctl
diff --git a/scripts/pianobar-toggle b/scripts/pianobar-toggle
new file mode 100755 (executable)
index 0000000..9c29ac9
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+echo -n "p" > ~/.config/pianobar/ctl