source: diffdist.sh@ 965:63e290b4ba1e

Last change on this file since 965:63e290b4ba1e 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.