3 lines
89 B
Bash
3 lines
89 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
exec /data/admin $@ >>/data/log/admin-stdout.log 2>>/data/log/admin-stderr.log
|