#!/bin/sh
# Recover malformed XML document
./xmlstarlet fo -R xml/malformed.xml 2>/dev/null
