#!/bin/sh
echo "#!$RASPERL -d" > $RASRUN
cat >> $RASRUN
chmod a+x $RASRUN
$RASRUN $*
