view paste/paste.12709 @ 9406:2e880f97802d

<oerjan> slwd segmentation fault//s/ //
author HackBot
date Sun, 23 Oct 2016 03:45:21 +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"