Sleeptimer.sh
Aus VDR Wiki
(Unterschied zwischen Versionen)
Zeile 1: | Zeile 1: | ||
− | + | #!/bin/sh | |
− | #!/bin/sh | + | # |
− | # | + | # sleeptimer.sh - v.0.1 |
− | # sleeptimer.sh - v.0.1 | + | # |
− | # | + | # simple poweroff command, [[sleeptimer-plugin]] |
− | # simple poweroff command, | + | # |
− | # | + | # 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 | + | |
− | + | ||
[[Kategorie:Scripts]] | [[Kategorie:Scripts]] |
Version vom 26. Dezember 2004, 13: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