Updated by update.sh

This commit is contained in:
wszqkzqk 2021-10-25 16:05:32 +08:00
parent afc4ae12c7
commit c304ca909a
3 changed files with 12 additions and 1 deletions

3
git-pull.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
cd `dirname $0`; pwd
git pull git@github.com:wszqkzqk/pypvz.git

3
main.py Normal file → Executable file
View File

@ -1,6 +1,7 @@
#!/usr/bin/python
import pygame as pg
from source.main import main
if __name__=='__main__':
main()
pg.quit()
pg.quit()

7
update.sh Executable file
View File

@ -0,0 +1,7 @@
#!/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