3 echo "==> Installation notes:"
4 echo " For information on how to compile to C, x86, TCL, Go or Ruby, see"
5 echo " /usr/share/doc/awib/awib.README"
6 echo " This package also installs bfint, a simple brainfuck interpreter,"
7 echo " as the following commands:"
8 echo " 'bfint8', 'bfint16', 'bfint32' and 'bfint64'"
9 echo " depending on the cell size desired."
10 echo " The brainfuck compiler itself, awib, is shipped both as a binary"
11 echo " ('awib' command) and as a polyglot script ('/usr/bin/awib.b'),"
12 echo " meaning the *same* file is valid C, bash and brainfuck code."
20 # vim:set ts=2 sw=2 et: