[go: up one dir, main page]

Menu

[r9]: / wmfrog / builtDist.sh  Maximize  Restore  History

Download this file

10 lines (9 with data), 180 Bytes

1
2
3
4
5
6
7
8
9
#!/bin/sh
rm Src/*.o Src/wmfrog
tar czvf dist/wmfrog.tgz --exclude='*.svn' Src CHANGES COPYING HINTS INSTALL
cd Src
make clean
make
cd ..
cp Src/wmfrog dist
cp Src/weather.pl dist