Add logging runfile
This commit is contained in:
7
client/log/run
Executable file
7
client/log/run
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
if test ! -d main; then
|
||||||
|
mkdir main
|
||||||
|
fi
|
||||||
|
|
||||||
|
exec multilog t ./main
|
||||||
Reference in New Issue
Block a user