mlvwmrc/bin/mlvwm-confirm

11 lines
177 B
Bash
Executable File

#!/bin/sh
# mlvwm-confirm Display a confirmation-style dialog with a message
mlvwm-message \
-center \
-buttons "Cancel:1,OK:0" \
-default "OK" \
-title "$1" \
"$2"