From 3ecb340ad1707ab99901b3babc7b5d2e67cfd355 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Thu, 12 May 2022 20:29:13 +0900 Subject: [PATCH] add yad test --- test.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test.sh diff --git a/test.sh b/test.sh new file mode 100644 index 0000000..9bd3228 --- /dev/null +++ b/test.sh @@ -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