source: diffdist.sh@ 682:08e73d58a9e4

Last change on this file since 682:08e73d58a9e4 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.