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


Click here to return to the 'An improved shell script.' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
An improved shell script.
Authored by: JiBB on Aug 20, '05 02:22:10AM
Whoops, the line
echo "To restore orig. settings: pmset -mode displaysleep $orig_displaysleep"
should be
echo "To restore orig. settings: pmset -$mode displaysleep $orig_displaysleep"


[ Reply to This | # ]