summaryrefslogtreecommitdiff
path: root/m
diff options
context:
space:
mode:
authorTslil Clingman <hiato1@gmail.com>2014-12-05 11:59:55 +0200
committerTslil Clingman <hiato1@gmail.com>2014-12-05 11:59:55 +0200
commit2dc2feacf35cfebade39b2e2797e02ac6d84c4c4 (patch)
treefb91f5b3e1bda2479686c2344bbff28a21af4d28 /m
parentefd9525d83d25ae2cd3c308e4a6ca25fc8f5aeb1 (diff)
Tweaks and ratpoison window switcher
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/^$//';;