view paste/paste.25005 @ 12173:c09becd5b2ae draft

<oerjan> learn `rlexp <compressed code> is a command for expanding the rle format fungot ^show\'s for brainfuck code but doesn\'t accept as input.
author HackEso <hackeso@esolangs.org>
date Wed, 20 Nov 2019 06:37:46 +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"