From e5c5afbbaa3e99497d5467cd61796ad0b14134b7 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 6 Dec 2022 22:51:12 +0100 Subject: [PATCH] WELCOME TIMER --- G1BILLETS.sh | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/G1BILLETS.sh b/G1BILLETS.sh index 8ea4a7a..19d8645 100755 --- a/G1BILLETS.sh +++ b/G1BILLETS.sh @@ -115,12 +115,33 @@ Access-Control-Allow-Methods: GET Server: Astroport Content-Type: text/html; charset=UTF-8 - + + [Astroport] G1BILLET MICRO SERVICE - 33101 - 33102 - - -

(♥‿‿♥).

- ' + + + +

(♥‿‿♥).

+
+ +' function urldecode() { : "${*//+/ }"; echo -e "${_//%/\\x}"; }