view bin/? @ 1476:55137925169f

<olsner> echo echo \\\'\'tail -n +2 $0 | paste -s -d" "; exit 0\'\\\' \\>\\$1\\;chmod +x \\$1 > bin/makelist
author HackBot
date Sat, 12 Jan 2013 19:50:59 +0000
parents f6d465484eb5
children 48427dffea8d
line wrap: on
line source

#!/bin/sh
topic=$(echo "$1" | tr A-Z a-z | sed "s/ *$//")
[ -e "wisdom/$topic" ] || { echo "$1? ¯\(°_o)/¯"; exit 1; }
cat "wisdom/$topic"