source: diffdist.sh@ 681:6d454f3c68c8

Last change on this file since 681:6d454f3c68c8 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.