View Single Post
  #2  
Old 02-19-2005, 11:22 AM
dnanian's Avatar
dnanian dnanian is offline
Administrator
 
Join Date: Apr 2001
Location: Weston, MA
Posts: 14,923
Send a message via AIM to dnanian
Hi, Pixx -- glad you were able to make it here to the forums.

Place this in a file, with the first line:

#!/bin/sh

Then, execute the following command (in Terminal):

chmod +x filename

where "filename" is the name of the file you used. I'd make the extension "sh" to make it clear that this is a shell script.

Test it by running ./filename.sh in Terminal: it should put the system to sleep.

Once you've completed testing that way, then set this file as the customizations script, and you should be golden. Let me know.
__________________
--Dave Nanian
Reply With Quote