Update Skills

This commit is contained in:
Benjamin Toby 2023-11-01 08:33:29 +01:00
parent a7f660fab8
commit 7e18ed4d77
2 changed files with 13 additions and 0 deletions

View File

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

View File

@ -0,0 +1,9 @@
#!/bin/bash
if [ -z "$1" ]; then
msg="Updates"
else
msg="$1"
fi
git add . && git commit -m "$msg" && git push