lib/Tools/update_cartouches
author wenzelm
Sun, 28 Feb 2016 15:00:17 +0100
changeset 62445 91902961184c
parent 61579 634cd44bb1d3
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 "$@"