#! /bin/bash

if [ -f "deploy-pkg.zip" ]; then
	rm "deploy-pkg.zip"
fi

zip -r "deploy-pkg.zip" .

echo -e "\e[2mCreated deploy-pkg.zip"