From f4f5b3b7aff2ac45ee035f54d6e8899ff963d133 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 9 Dec 2013 20:07:19 +0100 Subject: noise: RIP --- .graveyard/noise/modules/mpc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 .graveyard/noise/modules/mpc (limited to '.graveyard/noise/modules/mpc') diff --git a/.graveyard/noise/modules/mpc b/.graveyard/noise/modules/mpc new file mode 100755 index 00000000..20abf19b --- /dev/null +++ b/.graveyard/noise/modules/mpc @@ -0,0 +1,14 @@ +#! /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 -- cgit v1.2.3