author | wenzelm |
Tue, 15 Mar 2022 13:22:37 +0100 | |
changeset 75284 | 5417613efd74 |
parent 75279 | 9229f2681db7 |
child 75285 | 2b64d5657592 |
permissions | -rwxr-xr-x |
75277 | 1 |
#!/usr/bin/env bash |
2 |
# |
|
3 |
# Author: Makarius |
|
4 |
# |
|
75284 | 5 |
# DESCRIPTION: run the Electron framework within the Isabelle environment |
75277 | 6 |
|
75279
9229f2681db7
clarified directory layout and settings: more robust on all platforms;
wenzelm
parents:
75277
diff
changeset
|
7 |
exec "$ISABELLE_VSCODIUM_ELECTRON" "$@" |