X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=scripts%2Fpush;h=1f005b882dbcb811cbbe0057bcb385e61023248f;hb=93d652d345ffa01376110a6e41340537efe87d4b;hp=1067f03f26c33cca3ff3270bd0114063f7b6ce8c;hpb=8091cf11d15e1363d8d608fb640f4f12b0887e52;p=oftp diff --git a/scripts/push b/scripts/push index 1067f03..1f005b8 100755 --- a/scripts/push +++ b/scripts/push @@ -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 *