mlvwmrc/bin/mlvwm-alert

11 lines
162 B
Bash
Executable File

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