Files
shensheshou/一键上传到GitHub.command

7 lines
157 B
Bash

#!/bin/bash
cd "$(dirname "$0")"
chmod +x scripts/push-to-github.sh 2>/dev/null
bash scripts/push-to-github.sh
echo ""
read -p "按回车键关闭窗口..."