Cutinplace.sh
Aus VDR Wiki
(Unterschied zwischen Versionen)
(DE <-> EN (M)) |
|||
| Zeile 1: | Zeile 1: | ||
| − | <pre>#!/bin/sh | + | <pre> |
| + | #!/bin/sh | ||
# | # | ||
# simple script for cut_in_place | # simple script for cut_in_place | ||
| − | + | PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin | |
| − | /usr/local/bin/svdrpsend.pl MESG "Editing process started" | + | |
| − | + | at now <<EOF | |
| − | + | svdrpsend.pl MESG "Editing process started" | |
| − | + | cutinplace "${1}" | |
| + | svdrpsend.pl MESG "Editing process finished" | ||
| + | EOF | ||
| + | </pre> | ||
Version vom 26. August 2004, 01:26 Uhr
#!/bin/sh
#
# simple script for cut_in_place
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
at now <<EOF
svdrpsend.pl MESG "Editing process started"
cutinplace "${1}"
svdrpsend.pl MESG "Editing process finished"
EOF