pypvz/update.sh
2022-07-29 17:06:17 +08:00

8 lines
146 B
Bash
Executable File

#!/bin/bash
cd `dirname $0`; pwd
git add *
git add .gitignore
git commit -m "Updated by update.sh"
git push -u git@github.com:wszqkzqk/pypvz.git