Hardware Reference
In-Depth Information
Solution
This is an easy one. In Cloud9, notice the folder called autorun ( Figure 1-24 ). Place any
BoneScript files you want to run at boot time in this folder. The script will begin execution
immediately and will stop execution when you remove the file from this folder.
Figure 1-24. Making applications autorun at boot-up time
You can drag and drop the script into the autorun folder using the Cloud9 IDE workspace
view, or you can move it using the bash prompt:
bone# mv myApp.js autorun
Search WWH ::




Custom Search