mirror of
https://github.com/TheCase/IPMIView.app.git
synced 2026-03-25 18:25:03 +01:00
Handle whitespace in the path, for cases when the app is stored in .e.g. `~/Library/Mobile Documents/com~apple~CloudDocs/Applications/IPMIView.app`
5 lines
135 B
Bash
Executable File
5 lines
135 B
Bash
Executable File
#!/usr/bin/env bash
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
cd "${DIR}/../Resources/IPMIView"
|
|
java -jar IPMIView20.jar
|