mirror of
https://github.com/morgant/mlvwmrc.git
synced 2025-01-14 20:29:42 +00:00
11 lines
162 B
Plaintext
11 lines
162 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# mlvwm-alert - Display an alert-style dialog with a message
|
||
|
|
||
|
mlvwm-message \
|
||
|
-center \
|
||
|
-buttons "OK:0" \
|
||
|
-default "OK" \
|
||
|
-title "$1" \
|
||
|
"$2"
|