From b68fabd0567e92c6fc0a05f32e6944fa44dc7f86 Mon Sep 17 00:00:00 2001 From: TheCase Date: Sat, 4 Mar 2017 19:53:34 -0700 Subject: [PATCH] init --- IPMIView.app/Contents/MacOS/IPMIView | 5 +++++ IPMIView.app/Resources/IPMIView/placeholder.txt | 0 README.md | 9 +++++++++ 3 files changed, 14 insertions(+) create mode 100755 IPMIView.app/Contents/MacOS/IPMIView create mode 100644 IPMIView.app/Resources/IPMIView/placeholder.txt create mode 100644 README.md diff --git a/IPMIView.app/Contents/MacOS/IPMIView b/IPMIView.app/Contents/MacOS/IPMIView new file mode 100755 index 0000000..adca438 --- /dev/null +++ b/IPMIView.app/Contents/MacOS/IPMIView @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +cd ${DIR}/../../Resources/IPMIView +java -jar IPMIView20.jar diff --git a/IPMIView.app/Resources/IPMIView/placeholder.txt b/IPMIView.app/Resources/IPMIView/placeholder.txt new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md new file mode 100644 index 0000000..17081cd --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +**IPMIView (java) App wrapper for MacOS** + +Download the latest IPMIView software from SuperMicro: + +[ftp://ftp.supermicro.com/utility/IPMIView/Linux/]() + +Uncompress the archive and copy the contents to + +``IPMIView.app/Resource/IPMIView``