mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
5 lines
120 B
Bash
Executable file
5 lines
120 B
Bash
Executable file
#!/bin/rc
|
|
|
|
if(/sys/lib/lp/bin/lpscratch){
|
|
exec /$cputype/bin/aux/lpdaemon >>[2] `{cat /env/LPSCRATCH}^/log/lpdaemonl
|
|
}
|