view bin/? @ 1519:3e094be8d976

<Taneb> pastequotes Taneb
author HackBot
date Sun, 13 Jan 2013 14:48:53 +0000
parents c091565553db
children 297d792c55c4
line wrap: on
line source

#!/bin/sh
topic=$(echo "$1" | tr A-Z a-z | sed "s/ *$//")
[ -e "wisdom/$topic" ] || { echo "$1? ¯\(°_o)/¯"; exit 1; }
cat "wisdom/$topic"