Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Use folder action scripts on a shell scripts folder' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use folder action scripts on a shell scripts folder
Authored by: ngb on May 03, '04 12:52:46PM
In the interest of universality, use $HOME to refer to your home directory. This way, you can copy your .bash_profile from user to user and machine to machine. The Path assignment line now looks like this:
export PATH="${PATH}:$HOME/bin"


[ Reply to This | # ]