view paste/paste.26175 @ 94:460ac9c7e1cf

<elliott> run ps -ef | paste # this is how you view larger outputs
author HackBot
date Sun, 18 Mar 2012 20:17:04 +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"