summaryrefslogtreecommitdiffstats
path: root/noise/modules/mpc
diff options
context:
space:
mode:
authortv <tv@nomic.retiolum>2013-12-09 20:07:19 +0100
committertv <tv@nomic.retiolum>2013-12-09 20:07:19 +0100
commitf4f5b3b7aff2ac45ee035f54d6e8899ff963d133 (patch)
tree415410184165bbeaa7ed0cb54b7b915a856e909b /noise/modules/mpc
parent5788b95fe7834d3049df9de1009f3d8dbc34fea2 (diff)
noise: RIP
Diffstat (limited to 'noise/modules/mpc')
-rwxr-xr-xnoise/modules/mpc14
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