view paste/paste.25005 @ 11997:2a0b3c05fc97 draft

<ais523_> le//rn password//The password of the month is mostly irrelvant.
author HackEso <hackeso@esolangs.org>
date Mon, 04 Nov 2019 10:55:55 +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"