Thread
:
[Palm OS] All installed apps gave gone from GVM desktop
View Single Post
TA-t3
2008-09-01 , 12:05
Posts: 3,841 | Thanked: 1,079 times | Joined on Nov 2006
#
26
You should be able to add that path to the standard path by editing (if necessary creating) a file .profile (dot profile) in your home directory.
Add a line like this:
Code:
PATH=$PATH:/home/user/MyDocs/scripts
(After that you'll have to reboot your device)
Or, you can instead simply specify the full path to your scripts:
/home/user/MyDocs/scripts/name-of-script.sh
__________________
N800/OS2007|N900/Maemo5
-- Metalayer-crawler delenda est.
-- Current state: Fed up with everything MeeGo.
Quote & Reply
|
The Following User Says Thank You to TA-t3 For This Useful Post:
dfinch
TA-t3
View Public Profile
Send a private message to TA-t3
Find all posts by TA-t3