From 3bd9f307d5cd0128ea4fa37aaecaadac5629521c Mon Sep 17 00:00:00 2001 From: Tslil Clingman Date: Tue, 26 Mar 2013 15:28:03 +0200 Subject: Added brief descriptions --- m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'm') diff --git a/m b/m index 0cf742f..d9f6799 100755 --- a/m +++ b/m @@ -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/^$//';; -- cgit v1.2.3