view paste/paste.26175 @ 12345:369cb8f8fd16 draft

<user3456> fetch /hackenv/quotes https://hack.esolangs.org/get/quotes
author HackEso <hackeso@esolangs.org>
date Tue, 06 Oct 2020 19:03:20 +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"