Next: Specifying Mailboxes to Operate Upon, Up: guimb [Contents][Index]
The Scheme program or expression to be executed is passed to
guimb
via the following options:
Load Scheme source code from file.
Execute given scheme expression.
The above switches stop further argument processing, and pass all
remaining arguments as the value of (command-line)
.
If the remaining arguments must be processed by guimb
itself,
use following options:
Execute scheme expression.
Load Scheme source code from file.
You can specify both of them. In this case, the file is read first, then expr is executed. You may still pass any additional arguments to the script using --guile-arg option.