#!/bin/sh
ZIP_FILE=feiplogin.zip
if [ -f "$ZIP_FILE" ]; then
rm "$ZIP_FILE"
fi
zip -r "$ZIP_FILE" ./ -x .git/\*