lib/Tools/update_cartouches
author wenzelm
Fri, 01 Apr 2016 16:31:54 +0200
changeset 62791 64ebecf8646c
parent 62592 4832491d1376
permissions -rwxr-xr-x
more operations (cf. Scala version);

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

isabelle_admin_build jars || exit $?

exec isabelle java isabelle.Update_Cartouches "$@"