From 462643e2126e2552050a1adf21795f7f3cc630f8 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sun, 29 May 2022 15:29:39 +0900 Subject: [PATCH] Delete test.sh --- test.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 test.sh diff --git a/test.sh b/test.sh deleted file mode 100644 index 9bd3228..0000000 --- a/test.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/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