View Single Post
kingoddball's Avatar
Posts: 1,187 | Thanked: 816 times | Joined on Apr 2010 @ Australia
#12
I belibe so.
To start the script on Linux/N900 terminal:
Code:
 ./scriptname or if it fails . ./scriptname
After you make your script you will need to change the chmod

Type chmod 755 yourscriptname
Ch chmod +x scriptname

A simple script

#!/bin/sh
echo "hello. This is pretty cool"


That's it.
__________________
The thanks button? Sure! You can press it! I would!
 

The Following User Says Thank You to kingoddball For This Useful Post: