From 7e18ed4d77a5bf2e6712ebacae77f774bedf1f1a Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Wed, 1 Nov 2023 08:33:29 +0100 Subject: [PATCH] Update Skills --- app/(utils)/web-dev-stack.json | 4 ++++ push.sh | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/app/(utils)/web-dev-stack.json b/app/(utils)/web-dev-stack.json index 4462b62..6ab8a60 100644 --- a/app/(utils)/web-dev-stack.json +++ b/app/(utils)/web-dev-stack.json @@ -23,6 +23,10 @@ "title": "Ubuntu Linux", "description": "Secure server management with ubuntu and Linux" }, + { + "title": "Cloudflare", + "description": "CDN, Zero-Trust, DNS, Web Application Firewall (WAF), and much more." + }, { "title": "Kali Linux", "description": "Penetration testing and application security" diff --git a/push.sh b/push.sh index e69de29..59bb63a 100644 --- a/push.sh +++ b/push.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +if [ -z "$1" ]; then + msg="Updates" +else + msg="$1" +fi + +git add . && git commit -m "$msg" && git push \ No newline at end of file