rename project to visftp
[oftp] / scripts / push
index 1067f03..1f005b8 100755 (executable)
@@ -1,7 +1,8 @@
 #!/bin/sh
 
-fname=/etherdfs/oftp.zip
+fname=/etherdfs/visftp.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 *