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