lib/Tools/update_cartouches
author wenzelm
Sun, 28 Feb 2016 15:12:24 +0100
changeset 62446 5b749c31eb97
parent 62445 91902961184c
child 62589 b5783412bfed
permissions -rwxr-xr-x
moved getopts to Scala;

#!/usr/bin/env bash
#
# Author: Makarius
#
# DESCRIPTION: update theory syntax to use cartouches

isabelle_admin_build jars || exit $?

"$ISABELLE_TOOL" java isabelle.Update_Cartouches "$@"