#!/bin/bash -e MENUS=" dmenu-frecency rofi dmenu " for m in $MENUS do if hash $m &> /dev/null then $m exit fi done