1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-19 16:39:41 +00:00
openmw-tes3mp/monster/update.sh
2009-04-20 17:41:27 +00:00

13 lines
250 B
Bash
Executable file

#!/bin/bash
svn export ../../../monster/trunk/monster/ . --force
rm -r minibos vm/c_api.d
for a in $(find -iname \*.d); do
cat "$a" | sed s/monster.minibos./std./g > "$a"_new
mv "$a"_new "$a"
done
svn st
svn diff options.openmw options.d