mirror of
https://github.com/aclist/dztui.git
synced 2025-04-04 19:43:00 +02:00
add yad test
This commit is contained in:
parent
2f02ae649e
commit
3ecb340ad1
1 changed files with 5 additions and 0 deletions
5
test.sh
Normal file
5
test.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/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
|
Loading…
Reference in a new issue