From c466e4676388f4467602e32251a6afb3f2a6c72b Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Mon, 7 Nov 2022 21:27:29 +0100 Subject: Add new tool (gripmi) + update installer --- gripmi | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 gripmi (limited to 'gripmi') diff --git a/gripmi b/gripmi new file mode 100755 index 0000000..6d66775 --- /dev/null +++ b/gripmi @@ -0,0 +1,7 @@ +#!/bin/sh +# +# Collect all your clunky JNLPs used for IPMI connection in ~/ipmis and just enjoy this nice +# graphical selector. Quick action is all that matters when death & destruction comes. +################################################################################# + +find ~/ipmis/* -name '*.jnlp' -print | rofi -dmenu | xargs javaws -- cgit v1.2.3