view paste/paste.25005 @ 2438:af8e02688068

<NiaVee> wget http://google.com/
author HackBot
date Sun, 17 Mar 2013 01:25:46 +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"