From 43e418ebd4086dd483d0ec727ddcabf375f7d360 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 25 Sep 2008 17:49:56 +0200 Subject: lyrics: replaced "hd.py" with "hd.sh" Replace the "hd" plugin with a trivial shell script. --- lyrics/hd.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 lyrics/hd.sh (limited to 'lyrics/hd.sh') diff --git a/lyrics/hd.sh b/lyrics/hd.sh new file mode 100755 index 000000000..4bcbce4bb --- /dev/null +++ b/lyrics/hd.sh @@ -0,0 +1,8 @@ +#!/bin/sh -e +# +# Load lyrics from the user's home directory +# +# Author: Max Kellermann +# + +cat ~/.lyrics/"$1 - $2".txt 2>/dev/null -- cgit v1.2.3