]> git.xonotic.org Git - xonotic/xonotic.git/blob - all-pull.sh
fix the .git detection
[xonotic/xonotic.git] / all-pull.sh
1 #!/bin/sh
2
3 set -ex
4 git pull
5 for x in "`pwd`/data"/*.pk3dir/.git; do
6         cd "${x%/.git}"
7         git pull
8 done