download, progress, improved screen updates...
[oftp] / scripts / push
index 1067f03..103115e 100755 (executable)
@@ -4,4 +4,5 @@ fname=/etherdfs/oftp.zip
 
 #git archive -o $fname HEAD
 rm -f $fname
-zip $fname Makefile src/*.c src/*.h src/dos/*.c src/dos/*.h src/unix/*.c src/unix/*.h scripts/*
+#zip $fname Makefile src/*.c src/*.h src/dos/*.c src/dos/*.h src/unix/*.c src/unix/*.h scripts/*
+zip -x \*.swp -x \*.o -x \*.obj -r $fname *