diff options
-rwxr-xr-x | gripmi | 7 | ||||
-rwxr-xr-x | install.sh | 1 |
2 files changed, 8 insertions, 0 deletions
@@ -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 @@ -1,3 +1,4 @@ #!/bin/sh +mkdir -p ~/.local/bin stow -v "$(dirname "$0")" -t ~/.local/bin --ignore='.*.sh$' |