execline
Software
skarnet.org

The ! program

! stores its process ID in a given environment variable, then executes a program.

Interface

     ! var prog...

! stores its PID in the var variable, then execs into prog with its arguments.

Notes