Debatts-Data / push_script.sh
hehaorui
add readme
47401b1
raw
history blame contribute delete
99 Bytes
#!/bin/bash
until git push; do
echo "Push failed, retrying in 10 seconds..."
sleep 10
done