comparison bin/bookofeso @ 12113:5c08df66b69d draft

<fizzie> sled /hackenv/bin/bookofeso//s|esobible|$HACKENV/esobible|g
author HackEso <hackeso@esolangs.org>
date Sat, 16 Nov 2019 22:45:57 +0000
parents c989a1669243
children
comparison
equal deleted inserted replaced
12112:14d687435cc7 12113:5c08df66b69d
1 F="$(find esobible -name "*$(echo "$1" | lowercase)*" -type f | shuf -n1)"; echo -n "${F#esobible/}/" | rnooodl; cat "$F" | rnooodl 1 F="$(find $HACKENV/esobible -name "*$(echo "$1" | lowercase)*" -type f | shuf -n1)"; echo -n "${F#$HACKENV/esobible/}/" | rnooodl; cat "$F" | rnooodl