chore: 以本地为准,上传全部并替换 GitHub
This commit is contained in:
6
一键上传到GitHub.command
Normal file
6
一键上传到GitHub.command
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
cd "$(dirname "$0")"
|
||||
chmod +x scripts/push-to-github.sh 2>/dev/null
|
||||
bash scripts/push-to-github.sh
|
||||
echo ""
|
||||
read -p "按回车键关闭窗口..."
|
||||
Reference in New Issue
Block a user