AUTOLOAD FILE

{ Into this file you can insert any command you want to set bf to start with.
{ See this file for an example of autoload file usage 
{ It's GPL. Enjoy!

now quiet

{ Create documentation commands
def crdoc shbf -V > ttt.txt
def usdoc shless ttt.txt
def rmdoc shdel ttt.txt
def doc crdoc usdoc rmdoc  { <-- run this }

{ Create fortune command and exec
def fortune 0g"fortun.cookie"%0(g(i.
.fortune
quiet 
