android_device_htc_click/custom/init.d/80userinit
2010-09-01 19:23:34 +02:00

9 lines
156 B
Bash

#!/system/bin/sh
# - run customized shell at boot time
userscript="/data/local/bin/autostart.sh"
[ -x $userscript ] && /system/bin/sh $userscript
exit 0