view bin/? @ 635:ae9c0b7513f4

<Sgeo> run gunzip tclkit-8.5.1-linux-x86_64.gz
author HackBot
date Mon, 30 Jul 2012 05:06:54 +0000
parents e037173e0012
children f6d465484eb5
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"