view paste/paste.25005 @ 2202:3c42971d0734

<fizzie> head -n 1 bin/relcome > bin/reelcome
author HackBot
date Thu, 21 Feb 2013 12:36:50 +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"