mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-02-10 00:00:29 +08:00
5 lines
66 B
Bash
5 lines
66 B
Bash
|
#!/bin/sh
|
||
|
git add .
|
||
|
git commit -am "$1"
|
||
|
git push origin gh-pages
|