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