4 lines
56 B
Plaintext
4 lines
56 B
Plaintext
|
#!/bin/sh
|
||
|
mkdir -p $HOME/log
|
||
|
exec svlogd -tt $HOME/log/
|