View Single Post
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#4
"halt" (without the ") should shutdown the device, so get a scheduler and type the command in it, then set the device to run the command at a certain time.
E.g
Code:
#!/bin/sh
halt
Very simple and short script, place it somewhere and chmod +x it, then add it to something like Fcron.

Last edited by MohammadAG; 2010-03-21 at 21:25.
 

The Following User Says Thank You to MohammadAG For This Useful Post: