pypvz/update.sh
2021-10-25 16:05:32 +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