#!/usr/bin/env bash
#
# Author: Makarius
#
# DESCRIPTION: replace obsolete theory header command

isabelle_admin_build jars || exit $?

"$ISABELLE_TOOL" java isabelle.Update_Header "$@"
