view paste/paste.12709 @ 11245:23079875337b

<oerjan> learn Nnections are measured in millibits per siemens.
author HackBot
date Sun, 26 Nov 2017 04:46:35 +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"