#!/bin/sh dest="$XDG_DATA_HOME"/appimages/ appimage="$(\ find "$dest" -type f -printf "%f\n" \ | sed 's/\.[Aa]pp[Ii]mage$//g' \ | dmenu -x -l 10 -g 1 -p "AppImage:")" setsid "${dest}/${appimage:-NOSEL}"*