From edfce193a0b6fefbc1425f2aab70ac069c70e4d2 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Sat, 3 Dec 2022 16:09:34 +0000 Subject: [PATCH] Add files via upload --- create-ticket.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 create-ticket.sh diff --git a/create-ticket.sh b/create-ticket.sh new file mode 100644 index 0000000..bbdb336 --- /dev/null +++ b/create-ticket.sh @@ -0,0 +1,6 @@ +#!/bin/bash +VARTITLE="Create Ticket" +VARURL="https://www.cognitoforms.com/PurpleComputingLimited/contactandsupportform" +VARLOGO="https://raw.githubusercontent.com/PurpleComputing/image-repo/main/logo-padded.png" + +/usr/local/bin/dialog dialog --webcontent $VARURL --big --title "$VARTITLE" --message "" --icon $VARLOGO --overlayicon SF=envelope.badge.shield.half.filled --button1text "Close" --infobuttontext "Open in Browser" --infobuttonaction "https://purplecomputing.com/support" -d \ No newline at end of file