summaryrefslogtreecommitdiff
path: root/misc/package.sh
blob: 38ab04dbaa95a8e7c7c55d451320ca8a3d6f4078 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
# Execute this in the parent directory of the 'mso-dumper' directory.

VER=0.2
DESTDIR=mso-dumper-$VER
mkdir -p $DESTDIR/src
cp mso-dumper/*.py $DESTDIR/
cp mso-dumper/src/*.py $DESTDIR/src/
tar cvf $DESTDIR.tar.gz $DESTDIR
rm -rf $DESTDIR