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


Click here to return to the 'Careful with that Axe, Eugene' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Careful with that Axe, Eugene
Authored by: AtomicMonkey on Jul 31, '06 08:55:01AM

I see what you are talking about. You mean the Platypus script. Like I said this is just the basis for that script. The Platypus script uses /Users/$USERNAME/Library/tmp to do it's business.

USERNAME=`whoami`

test ! -e /Users/$USERNAME/Library/tmp && mkdir /Users/$USERNAME/Library/tmp

Then just use that temp directory in place of /tmp.

You're right, I should have mentioned that.



[ Reply to This | # ]