mirror of
https://github.com/Architeuthis-Flux/Jumperless.git
synced 2024-12-01 02:27:19 +01:00
4 lines
212 B
Plaintext
4 lines
212 B
Plaintext
|
#!/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 /Applications/jumperlesswokwibridge.app/Contents/MacOS/jumperlesswokwibridge_cli
|