view paste/paste.11685 @ 9233:36164868fdf2

<shachaf> addquote <ais523> (btw, "q = 1-p" should be the standard definition of q, IMO)
author HackBot
date Tue, 11 Oct 2016 01:36:28 +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"