diff options
Diffstat (limited to 'noise/modules/mpc')
-rwxr-xr-x | noise/modules/mpc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/noise/modules/mpc b/noise/modules/mpc deleted file mode 100755 index 20abf19b..00000000 --- a/noise/modules/mpc +++ /dev/null @@ -1,14 +0,0 @@ -#! /bin/sh - -case "$1" in - (--help) - case "$2" in - (--verbose) mpc --help ;; - (*) echo access mpd - esac ;; - (*) - ##echo test-module called with following arguments: "$@" - ## send command for re-evaluation: - ##echo /espeak test >$NOISE_linefeed - MPD_HOST=filebitch.shack mpc $@ -esac |