Jumperless/Jumperless_Wokwi_Bridge_App/Old Version Crap/New Folder With Items/jumperlesswokwibridgelauncher.txt

12 lines
460 B
Plaintext
Raw Normal View History

2024-02-18 02:23:47 +01:00
#!/bin/bash
# This is the launcher for OSX, this way the app will be opened
# when you double click it from the apps folder
2024-05-31 17:10:37 +02:00
open -n -F /Applications/jumperlesswokwibridge.app/Contents/MacOS/jumperlesswokwibridge_cli
2024-02-18 02:23:47 +01:00
#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