1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-01-01 15:12:05 +01:00
dztui/test.sh

6 lines
186 B
Bash
Raw Normal View History

2022-05-12 13:29:13 +02:00
#!/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