Sleeptimer.sh

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

Version vom 26. Dezember 2004, 14:05 Uhr

#!/bin/sh
#
# sleeptimer.sh - v.0.1
#
# simple poweroff command, sleeptimer-plugin
#
# sleeptimer -e /usr/local/bin/sleeptimer.sh

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