5 lines
79 B
Plaintext
5 lines
79 B
Plaintext
|
#!/bin/sh
|
||
|
mkdir -p /tmp/cups
|
||
|
mkdir -p /tmp/spool/cups/tmp
|
||
|
exec /usr/sbin/cupsd
|