mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-21 04:56:52 +00:00
better naming
This commit is contained in:
parent
2ad862ee8a
commit
70c62d4931
8
all-pull.sh
Executable file
8
all-pull.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -ex
|
||||
git pull
|
||||
for x in "`pwd`/data"/*.pk3dir; do
|
||||
cd "$x"
|
||||
git pull
|
||||
done
|
Loading…
Reference in New Issue
Block a user