view paste/paste.12709 @ 12486:4c03e551737e draft

<int-e> learn The password of the month is suboptimal
author HackEso <hackeso@esolangs.org>
date Mon, 04 Sep 2023 14:40: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"