lib/Tools/electron
author paulson <lp15@cam.ac.uk>
Thu, 16 Feb 2023 12:21:21 +0000
changeset 77277 c6b50597abbc
parent 75286 29ee987174c0
permissions -rwxr-xr-x
More of Eberl's contributions: memomorphic functions

#!/usr/bin/env bash
#
# Author: Makarius
#
# DESCRIPTION: run the Electron.js framework within the Isabelle environment

if [ -z "$ISABELLE_VSCODIUM_ELECTRON" ]; then
  echo '*** Undefined $ISABELLE_VSCODIUM_ELECTRON: missing "vscodium" component'
  exit 2
else
  exec "$ISABELLE_VSCODIUM_ELECTRON" "$@"
fi