Thread
:
Scripting Help Required - DPKG
View Single Post
kingoddball
2011-05-29 , 10:25
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!
Quote & Reply
|
The Following User Says Thank You to kingoddball For This Useful Post:
Bartcore3
kingoddball
View Public Profile
Send a private message to kingoddball
Find all posts by kingoddball