Name: Anonymous 2018-06-15 18:34
I don't know how many lines of HolyC are required for his program for ``talking to god'' but I can remake it really easily.
The output doesn't make sense grammatically, but then again, neither does Terry's shit.
#!/bin/bash
echo -n "God says "
numWords=10 #or however long you want it to be
until [ $numWords -lt 1 ]; do
sed `perl -e "print int(rand(99999))"`"q;d" /usr/share/dict/words
let numWords-=1
done
The output doesn't make sense grammatically, but then again, neither does Terry's shit.