diff --git a/pushToGit.sh b/pushToGit.sh index 8e20767..4c5d499 100755 --- a/pushToGit.sh +++ b/pushToGit.sh @@ -6,4 +6,6 @@ if [$input == null] || [$input == ""];then else git add .&&git commit -m "$input"&&git push origin master fi -echo "上传完成" \ No newline at end of file +echo "上传完成" + +