1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-24 22:53:08 +00:00
openmw/monster/update.sh
2009-09-14 13:44:01 +00:00

16 lines
383 B
Bash
Executable file

#!/bin/bash
svn export https://monster-script.svn.sourceforge.net/svnroot/monster-script/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
diff options.openmw options.d || $EDITOR options.d
mv options.openmw options.openmw_last
cp options.d options.openmw