#!/bin/sh prog=`( IFS=: ; find $PATH -maxdepth 1 -not -type d -printf '%f\n' | sort -u ) | dmenu` [ "$prog" ] && eval exec "$prog"