#!/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