summaryrefslogtreecommitdiff
path: root/m
diff options
context:
space:
mode:
Diffstat (limited to 'm')
-rwxr-xr-xm2
1 files changed, 1 insertions, 1 deletions
diff --git a/m b/m
index d9f6799..c73f8eb 100755
--- a/m
+++ b/m
@@ -1,5 +1,5 @@
-# MPD control script based on socat and an idea I saw somewhere
#!/bin/bash
+# MPD control script based on socat and an idea I saw somewhere
case "$1" in
"") socat - tcp-connect:localhost:6600 | grep -v '^OK' | sed 's/^$//';;