Merge branch 'master' of ../suka
[mingw-w64/xnox.git] / git.authorsfile
blob43ab6a8c702d74a6e1781782d19c717fbe2533be
1 #!/bin/bash
3 git svn fetch
4 while [ $? -eq 1 ]; do
5 echo "Failed sleeping for 5s"
6 sleep 5
7 git svn fetch
8 done