X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=scripts%2Fpush;fp=scripts%2Fpush;h=1067f03f26c33cca3ff3270bd0114063f7b6ce8c;hb=8091cf11d15e1363d8d608fb640f4f12b0887e52;hp=0000000000000000000000000000000000000000;hpb=5363ed21fccc528965a8482b3b71fe0133595499;p=oftp diff --git a/scripts/push b/scripts/push new file mode 100755 index 0000000..1067f03 --- /dev/null +++ b/scripts/push @@ -0,0 +1,7 @@ +#!/bin/sh + +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/*