47401b1
1
2
3
4
5
6
#!/bin/bash until git push; do echo "Push failed, retrying in 10 seconds..." sleep 10 done