mirror of
https://github.com/aclist/dztui.git
synced 2024-12-29 13:52:03 +01: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
|