#!/usr/bin/env sh if ! command -v rofi > /dev/null then exec /usr/bin/dmenu "$@" fi exec rofi -dmenu "$@"