mirror of
https://github.com/TheCase/IPMIView.app.git
synced 2025-12-11 17:49:43 +01:00
5 lines
184 B
Bash
Executable File
5 lines
184 B
Bash
Executable File
#!/usr/bin/env bash
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
cd "${DIR}/../Resources/IPMIView"
|
|
"${DIR}/../Resources/IPMIView/Contents/Home/bin/java" -jar IPMIView20.jar
|