diff options
| author | Tslil Clingman <hiato1@gmail.com> | 2014-12-05 11:59:55 +0200 |
|---|---|---|
| committer | Tslil Clingman <hiato1@gmail.com> | 2014-12-05 11:59:55 +0200 |
| commit | 2dc2feacf35cfebade39b2e2797e02ac6d84c4c4 (patch) | |
| tree | fb91f5b3e1bda2479686c2344bbff28a21af4d28 /m | |
| parent | efd9525d83d25ae2cd3c308e4a6ca25fc8f5aeb1 (diff) | |
Tweaks and ratpoison window switcher
Diffstat (limited to 'm')
| -rwxr-xr-x | m | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/^$//';; |
