#!/usr/bin/env bash
#
# Author: Makarius
#
# DESCRIPTION: update toplevel theorem keywords

isabelle_admin_build jars || exit $?

"$ISABELLE_TOOL" java isabelle.Update_Theorems "$@"
