Sleeptimer.sh

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
K
Zeile 1: Zeile 1:
#!/bin/sh
+
<pre>
#
+
#!/bin/sh
# sleeptimer.sh - v.0.1
+
#
#
+
# sleeptimer.sh: simple poweroff command
# simple poweroff command, [[sleeptimer-plugin]]
+
 
#
+
at now <<EOF
# sleeptimer -e /usr/local/bin/sleeptimer.sh
+
/usr/local/bin/svdrpsend.pl HITK Power >/dev/null
+
EOF
at now <<EOF
+
</pre>
/usr/local/bin/svdrpsend.pl HITK Power
+
EOF
+
  
 
[[Kategorie:Scripts]]
 
[[Kategorie:Scripts]]

Version vom 30. März 2005, 12:30 Uhr

#!/bin/sh
#
# sleeptimer.sh: simple poweroff command

at now <<EOF
/usr/local/bin/svdrpsend.pl HITK Power >/dev/null
EOF