[ prog / sol / mona ]
frontpage - thread list - new thread - preferences - ?
>>11 #!/bin/bash FLIP=$(($(($RANDOM%10))%2)) if [ $FLIP -eq 1 ];then echo "heads" else echo "tails" fi
VIP:
bbs.scm + MIT Scheme + SICP + Satori Mode