1 2 3 4 5 6 7 8 9 10 11
#!/system/bin/sh set -eux export MODDIR="${0%/*}" until [ $(getprop sys.boot_completed) ]; do sleep 1 done "$MODDIR"/ssh/run