1 #!/bin/sh 2 3 make clean 4 rm -f *.o 5 cd ../.. 6 tar -cvf ../../zips/vnc_unixsrc_vncviewer.patched.tar vnc_unixsrc/vncviewer 7