Skip to content
Snippets Groups Projects
Commit 0699a813 authored by Tom Fischer's avatar Tom Fischer
Browse files

Script removing material_properties from prj-files.

parent 0fa69c28
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
set -x
# delete fluid
xmlstarlet ed --delete "//OpenGeoSysProject/processes/process/material_property" $1 > /tmp/removedMaterialProperty.prj
# format the result file
xmlstarlet fo -s 4 /tmp/removedMaterialProperty.prj > ${1}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment