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


Click here to return to the 'Display a random fortune in the login window' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Display a random fortune in the login window
Authored by: Mato on Nov 19, '04 07:30:22AM
Ok, I might be dumb but I dont understand the "(or something similar) and make it executable with
chmod +x loginfortune.sh
" part. I made the txt file, but now, how do I have to do above command ? Thanks

---
You dont have to swim faster than sharks, just faster than the guy next to you

[ Reply to This | # ]

Display a random fortune in the login window
Authored by: afvdk on Nov 19, '04 09:47:25AM

It's a unix command. So open up a Terminal (found in App lications -> Utilities). Change to the directory where the file is located:

cd ~/Desktop

(if it is on your desktop) and then run the previous command. it will make the script executable.



[ Reply to This | # ]