view paste/paste.11685 @ 10694:45bc9fc3b680

<rdococ> le//rn nvert//To nvert something is to revert it back to its previous form, while recording the reversion as a conversion in itself.
author HackBot
date Sun, 16 Apr 2017 02:13:23 +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"