summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 55f2783)
raw | patch | inline | side by side (parent: 55f2783)
author | Thomas Jansen <mithi@mithi.net> | |
Sat, 3 Oct 2009 18:09:24 +0000 (20:09 +0200) | ||
committer | Thomas Jansen <mithi@mithi.net> | |
Sat, 3 Oct 2009 18:09:24 +0000 (20:09 +0200) |
lyrics/01-hd.sh | patch | blob | history |
diff --git a/lyrics/01-hd.sh b/lyrics/01-hd.sh
index a0d7020b55782025d934bbc8a54cccf9233ae46e..716ea1a98ce76d0c9aa1e0f20ae5eb404688740c 100755 (executable)
--- a/lyrics/01-hd.sh
+++ b/lyrics/01-hd.sh
FILENAME=~/.lyrics/"$1 - $2".txt
if [ -e "$FILENAME" ] ; then
- cat "$FILENAME" 2>/dev/null
+ exec cat "$FILENAME"
else
exit 69
fi