view bin/wisdom @ 12341:a6d1bbf49b0c draft

<int-e> mkx ../bin/progress//echo $(($RANDOM%111-5))%
author HackEso <hackeso@esolangs.org>
date Mon, 31 Aug 2020 12:34:07 +0000
parents 34478fd0398b
children
line wrap: on
line source

#!/bin/sh
f=$(find $HACKENV/wisdom -ipath "$HACKENV/wisdom/*$1*" -type f -print0 | shuf --random-source=/dev/urandom -z -n1); if [ -n "$f" ]; then echo -n "${f#$HACKENV/wisdom/}//"; cat "$f"; else echo "That's not wise."; fi | rnooodl