5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
export PATH=$APPDIR/bin
|
||
|
exec cryptic-net-main entrypoint "$@"
|