execline
Software
skarnet.org

The execline-cd program

execline-cd changes the current working directory to a given directory, then executes a program.

Interface

     execline-cd dir prog...

execline-cd performs a chdir() system call on dir, then execs into prog....

Notes