Files
bpfire/config/vdr/bin/runvdr-soft
Arne Fitzenreiter 2a8c4fcb50 vdr backup include added
vdr initscript fix if no tuner is present
runvdr-soft error message output
prepared v4l-dvb driver updates as core15
2008-05-08 22:36:14 +02:00

6 lines
114 B
Bash
Executable File

#!/bin/sh
clear
runvdr -P\'softdevice -vo fb:\' > /tmp/vdrsoft.log 2>&1
tail /tmp/vdrsoft.log
rm /tmp/vdrsoft.log