From 2dc2feacf35cfebade39b2e2797e02ac6d84c4c4 Mon Sep 17 00:00:00 2001 From: Tslil Clingman Date: Fri, 5 Dec 2014 11:59:55 +0200 Subject: Tweaks and ratpoison window switcher --- m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm') 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/^$//';; -- cgit v1.2.3