lib/Tools/update_header
author wenzelm
Sun, 06 Mar 2016 13:19:19 +0100
changeset 62528 c8c532b22947
parent 62446 5b749c31eb97
child 62589 b5783412bfed
permissions -rwxr-xr-x
clarified ML syntax for strings concerning UTF8;

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

isabelle_admin_build jars || exit $?

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