view paste/paste.11685 @ 2965:da9e2a5049df

<oerjan> echo "Piet is a really colorful programming language." | rainwords > wisdom/piet
author HackBot
date Tue, 28 May 2013 20:39:06 +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"