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

Remove old fluid tag from project file.

parent 533c62f1
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/fluid" $1 > /tmp/removedFluid.prj
# format the result file
xmlstarlet fo -s 4 /tmp/removedFluid.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