diff options
Diffstat (limited to 'items/convert.sh')
-rwxr-xr-x | items/convert.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/items/convert.sh b/items/convert.sh index 81b67959..9475ecf8 100755 --- a/items/convert.sh +++ b/items/convert.sh @@ -3,6 +3,7 @@ TARGET="equip-2hand" cd $TARGET +rm _include.xml sed -i '/xml version/d' *.xml sed -i '/items/d' *.xml echo "<?xml version=\"1.0\"?>" > ../$TARGET.xml |