Files
IPMIView.app/Contents/MacOS/IPMIView
Chipmunk f8112e9d44 Tolerate whitespace in the path
Handle whitespace in the path, for cases when the app is stored in .e.g. `~/Library/Mobile Documents/com~apple~CloudDocs/Applications/IPMIView.app`
2023-01-18 14:48:26 -08:00

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