#!/bin/sh # # Start VDR if [ -x /usr/local/src/VDR/runvdr ]; then echo "Starting VDR" /usr/local/src/VDR/runvdr fi