#!/bin/sh # # run application from the VDR OSD if [ -z "$1" ]; then echo "Usage $0 PROG}" echo " switch to PROG until PROG exited" exit 1 fi runvdr-sxfe -s $@