view paste/paste.12709 @ 2129:eb50687d7600

<oerjan> sed -i \'s/shachaf //\' bin/list # It\'s getting annoying
author HackBot
date Wed, 13 Feb 2013 21:50:07 +0000
parents e037173e0012
children
line wrap: on
line source

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