lib/Tools/electron
changeset 75277 f64725832d63
child 75279 9229f2681db7
equal deleted inserted replaced
75275:cdb9c7d41a41 75277:f64725832d63
       
     1 #!/usr/bin/env bash
       
     2 #
       
     3 # Author: Makarius
       
     4 #
       
     5 # DESCRIPTION: run the Electron framework (with its own command-line arguments)
       
     6 
       
     7 exec "$ISABELLE_VSCODIUM_HOME/electron" "$@"