8 lines
146 B
Bash
Executable File
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
|
|
|