bkrun:
Application client with text output
Command line usage:
bkrun [-conf=bk.ini] program
bkrun [-conf=bk.ini] program
-conf=bk.ini is optional, thanks to this you can set custom ini file with configuration. If you not set this it will take "bk.ini" from directory where bklang compilator is placed
program is program name which will be run. It can be relative path (in SOPATH) or absolute path.
bk.ini configuration file
[bkrun]
BKRUN=${BASE}/bin/bkrun
PIPEDIR=${GLOBAL_PIPE}
LOGFILE=${GLOBAL_LOGFILE}
LOGSHM=${GLOBAL_LOGSHM}
DEBUG1=0
[bkrun]
BKRUN=${BASE}/bin/bkrun
PIPEDIR=${GLOBAL_PIPE}
LOGFILE=${GLOBAL_LOGFILE}
LOGSHM=${GLOBAL_LOGSHM}
DEBUG1=0