自动更新

This commit is contained in:
徐俊杰 2022-03-14 20:02:19 +08:00
parent 7dbc0a681d
commit f5c584d8a8

View File

@ -6,4 +6,6 @@ if [$input == null] || [$input == ""];then
else else
git add .&&git commit -m "$input"&&git push origin master git add .&&git commit -m "$input"&&git push origin master
fi fi
echo "上传完成" echo "上传完成"