[go: up one dir, main page]

Menu

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

Download this file

11 lines (10 with data), 218 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#!/bin/sh
read -p "Version:" version
rm Src/*.o Src/wmfrog
tar czvf dist/wmfrog-${version}.tgz --exclude='*.svn' Src CHANGES COPYING HINTS INSTALL
cd Src
make clean
make
cd ..
cp Src/wmfrog dist
cp Src/weather.pl dist