better naming

This commit is contained in:
xonotic 2010-03-18 15:19:19 +01:00
parent 2ad862ee8a
commit 70c62d4931
2 changed files with 8 additions and 0 deletions

8
all-pull.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
set -ex
git pull
for x in "`pwd`/data"/*.pk3dir; do
cd "$x"
git pull
done