1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2024-12-29 13:52:03 +01:00
dztui/test.sh
2022-05-12 20:29:13 +09:00

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