mirror of
https://github.com/aclist/dztui.git
synced 2025-04-05 20:13:00 +02:00
5 lines
186 B
Bash
5 lines
186 B
Bash
#!/bin/bash
|
|
|
|
yad_path="/lib/yad"
|
|
yad=$(echo "$(dirname -- ${BASH_SOURCE[0]})${yad_path}")
|
|
${yad} --button="Ok":0 --text="\nTesting yad" --text-align=center --center --on-top --width=300
|