aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo Ramos2022-11-07 21:27:29 +0100
committerGuillermo Ramos2022-11-07 21:27:46 +0100
commitc466e4676388f4467602e32251a6afb3f2a6c72b (patch)
tree13e4ba56545fe962ae63b5525caae974c332dbb6
parent2fd15464478c39bdc69ea009f4d95697da268feb (diff)
downloadcli-c466e4676388f4467602e32251a6afb3f2a6c72b.tar.gz
Add new tool (gripmi) + update installer
-rwxr-xr-xgripmi7
-rwxr-xr-xinstall.sh1
2 files changed, 8 insertions, 0 deletions
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
diff --git a/install.sh b/install.sh
index 53bc811..824daec 100755
--- a/install.sh
+++ b/install.sh
@@ -1,3 +1,4 @@
#!/bin/sh
+mkdir -p ~/.local/bin
stow -v "$(dirname "$0")" -t ~/.local/bin --ignore='.*.sh$'