6 lines
75 B
Bash
6 lines
75 B
Bash
#!/bin/rc
|
|
|
|
cd $LPSPOOL
|
|
KILLCMD=$LPLIB/bin/kill_xerox-4512
|
|
|
|
exec generic $*
|