#!/bin/sh# A dmenu binary prompt script.# Gives a dmenu prompt labeled with $1 to perform command $2.# For example:# `./prompt "Do you want to shutdown?" "shutdown -h now"`["$(printf"No\\nYes"|bemenu-i-p"$1"--nbdarkred--hbred--hfwhite-nfgray)"="Yes"]&&$2