Thread
:
app for automatic shutdown?
View Single Post
MohammadAG
2010-03-21 , 21:19
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
.
Quote & Reply
|
The Following User Says Thank You to MohammadAG For This Useful Post:
dread123
MohammadAG
View Public Profile
Send a private message to MohammadAG
Find all posts by MohammadAG