[go: up one dir, main page]

Menu

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

Download this file

15 lines (11 with data), 215 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
#!/bin/sh
#clean
rm Src/*.o Src/wmfrog
#source tgz in dist
tar czvf dist/wmfrog.tgz Src CHANGES COPYING HINTS INSTALL
#build and copy to dist
cd Src
make
cp wmfrog dist
cp weather.pl dist
#deb TBD