mirror of
https://github.com/morgant/mlvwmrc.git
synced 2024-12-27 07:30:35 +00:00
11 lines
162 B
Bash
Executable File
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"
|