SuperScript::Software::miscellanea

The wrapcr program


Interface

  wrapcr prog
prog is one or more arguments specifying a program to run.

wrapcr filters standard input to and standard output from prog a la

  delcr | prog | addcr
using addcr and delcr from the ucspi-tcp package.

If it encounters a usage error, or cannot execute prog, wrapcr exits 100. If it encounters a temporary error, wrapcr exits 111. wrapcr normally produces the same exit code as prog. It has no trouble with long lines or null characters.