view paste/paste.26175 @ 1510:d73ae2bfe21b

<oerjan> echo "This wisdom entry had to be removed due to a DMCA takedown notice." >wisdom/america
author HackBot
date Sun, 13 Jan 2013 04:55:20 +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"