source: diffdist.sh@ 393:977efa7a177b

Last change on this file since 393:977efa7a177b was 189:2d89178707a0, checked in by István Váradi <ivaradi@…>, 12 years ago

Added script to create an archive of the differences

  • Property exe set to *
File size: 142 bytes
Line 
1#!/bin/sh
2
3scriptdir=`dirname $0`
4
5PYTHONPATH="${scriptdir}/src:${PYTHONPATH}"
6export PYTHONPATH
7
8exec python "${scriptdir}/diffdist.py" "$@"
Note: See TracBrowser for help on using the repository browser.