execline Software skarnet.org
export sets an environment variable to a given value, then executes a program.
export var value prog...
export sets the var environment variable to the string value, then execs into prog with its arguments.