mirror of
https://github.com/QSCTech/zjunet.git
synced 2026-01-22 11:44:48 +08:00
6 lines
50 B
Plaintext
6 lines
50 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
set -e
|
||
|
|
|
||
|
|
/usr/lib/zjunet/zjunet.sh "$@"
|