9 lines
156 B
Plaintext
Raw Normal View History

2010-09-01 19:23:34 +02:00
#!/system/bin/sh
# - run customized shell at boot time
userscript="/data/local/bin/autostart.sh"
[ -x $userscript ] && /system/bin/sh $userscript
exit 0