Download this file
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