lpremoteWrap 89 B

123456789
  1. #!/bin/sh
  2. TEMPFILE=$(mktemp)
  3. cat >${TEMPFILE}
  4. lpremote ${TEMPFILE} $@
  5. rm ${TEMPFILE}