|
ros-init - Create a roswell script (optionally based on a template) Synopsisros init [TEMPLATE] NAME [ARGS...]]
Thus you are warned when you use this command from a shell script. In order to achieve a consistent and desired behavior, it is adviced that they should always explicitly specify the template name.
DescriptionInitialises a roswell file based on a template. User-specified templates can be added by ros-template(1).The default template is something like:
This is basically a shell script which immediately invokes Roswell by exec (see sh(1)). Roswell loads the same script as an input, skips multi-line comments, reads the rest of the file as a Common Lisp program, and finally invokes a function main with command-line arguments. SEE ALSOsbcl(1) ros(1) ros-template(1)AUTHORSRoswell Project Team. Visit the GSP FreeBSD Man Page Interface. |