diff options
Diffstat (limited to 'm')
| -rwxr-xr-x | m | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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/^$//';; |
