7 lines
157 B
Bash
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 "按回车键关闭窗口..."
|