#!/bin/sh chosen=$(dmenu_path | dmenu "$@") if [ ! -z "$chosen" ]; then "$TERMINAL" -e $chosen & fi