3.2.7. go - start application at address or file

3.2.7.1. Usage

go [-si] ADDR [ARG...]

3.2.7.2. Synopsis

Start application at ADDR passing ARG as arguments.

If addr does not start with a digit it is interpreted as a filename in which case the file is memmapped and executed

3.2.7.3. Options

-s

pass all arguments as strings referenced by argc, argv arguments (default)

-i

pass up to four integer arguments using default calling convention