comparison rDiff/bin/rdiff_gendata @ 0:0f80a5141704

version 0.3 uploaded
author vipints
date Thu, 14 Feb 2013 23:38:36 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:0f80a5141704
1 #/bin/bash
2 # rDiff wrapper script to start the interpreter with the correct list of arguments
3
4 set -e
5
6 PROG=`basename $0`
7 DIR=`dirname $0`
8
9 exec ${DIR}/start_interpreter.sh ${PROG} "`${DIR}/genarglist.sh $@`"