lib/Tools/update_cartouches
author wenzelm
Thu, 10 Mar 2016 22:49:15 +0100
changeset 62592 4832491d1376
parent 62589 b5783412bfed
permissions -rwxr-xr-x
tuned;

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

isabelle_admin_build jars || exit $?

exec isabelle java isabelle.Update_Cartouches "$@"