Jumperless/Jumperless_Wokwi_Bridge_App/JumperlessWokwiBridge/jumperless_cli_launcher.sh
Kevin Santo Cappuccio 94572acf75 New Wokwi Bridge app
2024-05-31 08:10:37 -07:00

12 lines
438 B
Bash
Executable File

#!/bin/bash
# This is the launcher for OSX, this way the app will be opened
# when you double click it from the apps folder
open -n -F /Applications/Jumperless.app/Contents/MacOS/Jumperless_cli
#this should be called jumperlesswokwibridge in the contents folder of the app
#and the real app should be renamed to jumperlesswokwibridge_cli
#it's a hack to allow you to both have a .app file and actually run it in a persistent Terminal