Add files via upload

This commit is contained in:
Michael
2022-12-03 16:09:34 +00:00
committed by GitHub
parent 5ee180be67
commit edfce193a0

6
create-ticket.sh Normal file
View File

@@ -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