Sleeptimer.sh
Aus VDR Wiki
(Unterschied zwischen Versionen)
Zeile 2: | Zeile 2: | ||
#!/bin/sh | #!/bin/sh | ||
# | # | ||
− | # simple poweroff command | + | # sleeptimer.sh - v.0.1 |
+ | # | ||
+ | # simple poweroff command - sleeptimer plugin | ||
+ | # | ||
+ | # sleeptimer -e /usr/local/bin/sleeptimer.sh | ||
− | at now << | + | at now <<EOF |
− | svdrpsend.pl HITK Power | + | /usr/local/bin/svdrpsend.pl HITK Power |
− | + | EOF | |
</pre> | </pre> | ||
[[Kategorie:Scripts]] | [[Kategorie:Scripts]] |
Version vom 22. November 2004, 12:28 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