comparison bin/? @ 1493:48427dffea8d

<FreeFull> revert 4
author HackBot
date Sat, 12 Jan 2013 20:05:34 +0000
parents f6d465484eb5
children c091565553db
comparison
equal deleted inserted replaced
1492:9789c9746b36 1493:48427dffea8d
1 #!/bin/sh 1 #!/bin/sh
2 topic=$(echo "$1" | tr A-Z a-z | sed "s/ *$//") 2 topic=$(echo "$1" | tr A-Z a-z)
3 [ -e "wisdom/$topic" ] || { echo "$1? ¯\(°_o)/¯"; exit 1; } 3 [ -e "wisdom/$topic" ] || { echo "$1? ¯\(°_o)/¯"; exit 1; }
4 cat "wisdom/$topic" 4 cat "wisdom/$topic"
5 5