Mercurial > repos > vipints > rdiff
diff rDiff/bin/rdiff_wrapper.sh @ 0:0f80a5141704
version 0.3 uploaded
author | vipints |
---|---|
date | Thu, 14 Feb 2013 23:38:36 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rDiff/bin/rdiff_wrapper.sh Thu Feb 14 23:38:36 2013 -0500 @@ -0,0 +1,9 @@ +#/bin/bash +# rDiff wrapper script to start the interpreter with the correct list of arguments + +set -e + +PROG=`basename $0` +DIR=`dirname $0` + +exec ${DIR}/start_interpreter.sh ${PROG} "`${DIR}/genarglist.sh $@`"