2012-08-21 03:03:52 +02:00
|
|
|
|
|
|
|
Compile and execute a Gambas script.
|
|
|
|
|
|
|
|
Usage: gbs3 [options] [<script file>]
|
|
|
|
|
|
|
|
Options:
|
|
|
|
-c --nocache force the script compilation (do not check cache)
|
|
|
|
-v --verbose be verbose
|
2012-10-07 23:12:53 +02:00
|
|
|
-f --fast use just-in-time compiler
|
2012-08-21 03:03:52 +02:00
|
|
|
-V --version display version
|
|
|
|
-L --license display license
|
|
|
|
-h --help display this help
|