execline
Software
www.skarnet.org

The background program

background launches a command in the background, then goes on with the execution flow.

Interface

     background [ -d ] ~prog1... ; prog2...
or in an execlineb script:
     background [ -d ] { prog1... } prog2...

Options

Notes