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


Click here to return to the 'Remote admin helper scripts' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Remote admin helper scripts
Authored by: johnd0e on Aug 07, '04 08:02:51AM

Another useful script
#!/bin/bash
#finder2sleep.sh
# puts computer to sleep after a given amount of seconds
sleep $1;
osascript -e 'tell application "Finder" to sleep'



[ Reply to This | # ]