view paste/paste.26175 @ 2359:c07dedb229d4

<oerjan> echo "Agent \\"I\xc3\xa4\\" Smith is an alien with a strange allergy to avian body covering, which he is trying to retroactively prevent from ever evolving. On the 3rd of March, he\'s lawful good." > wisdom/ais523
author HackBot
date Sun, 03 Mar 2013 21:16:59 +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"