execline
Software
skarnet.org

The export program

export sets an environment variable to a given value, then executes a program.

Interface

     export var value prog...

export sets the var environment variable to the string value, then execs into prog with its arguments.