view paste/paste.25005 @ 12414:7cee67358122 draft

<oerjan> learn The password of the month is too long for this irc message
author HackEso <hackeso@esolangs.org>
date Sun, 01 Aug 2021 02:47:07 +0100
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"