summaryrefslogtreecommitdiff
path: root/m
diff options
context:
space:
mode:
authorTslil Clingman <hiato1@gmail.com>2013-03-26 15:28:03 +0200
committerTslil Clingman <hiato1@gmail.com>2013-03-26 15:28:03 +0200
commit3bd9f307d5cd0128ea4fa37aaecaadac5629521c (patch)
tree6197fd7fe1699ebe1daafed4d8d9385dbe58489e /m
parent8c19617946822d7aeac61696294f893d5e5eca6f (diff)
Added brief descriptions
Diffstat (limited to 'm')
-rwxr-xr-xm3
1 files changed, 2 insertions, 1 deletions
diff --git a/m b/m
index 0cf742f..d9f6799 100755
--- a/m
+++ b/m
@@ -1,4 +1,5 @@
-#!/bin/dash
+# MPD control script based on socat and an idea I saw somewhere
+#!/bin/bash
case "$1" in
"") socat - tcp-connect:localhost:6600 | grep -v '^OK' | sed 's/^$//';;