lib/Tools/update_header
author wenzelm
Tue, 08 Mar 2016 18:15:16 +0100
changeset 62559 83e815849a91
parent 62446 5b749c31eb97
child 62589 b5783412bfed
permissions -rwxr-xr-x
isabelle console is based on Isabelle/Scala;

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

isabelle_admin_build jars || exit $?

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