From 10b98b6e34c1c40983e9744fb5a7ffdbbae63ab4 Mon Sep 17 00:00:00 2001 From: Muaz Ahmad Date: Tue, 5 Sep 2023 12:47:41 +0500 Subject: [PATCH] Adding file extensions to files --- bash_scripts/{ddns-acme-porkbun => ddns-acme-porkbun.sh} | 0 basic_configs/{debian-hetzner-init => debian-hetzner-init.yaml} | 0 python_scripts/{ddns-porkbun => ddns-porkbun.py} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename bash_scripts/{ddns-acme-porkbun => ddns-acme-porkbun.sh} (100%) rename basic_configs/{debian-hetzner-init => debian-hetzner-init.yaml} (100%) rename python_scripts/{ddns-porkbun => ddns-porkbun.py} (100%) diff --git a/bash_scripts/ddns-acme-porkbun b/bash_scripts/ddns-acme-porkbun.sh similarity index 100% rename from bash_scripts/ddns-acme-porkbun rename to bash_scripts/ddns-acme-porkbun.sh diff --git a/basic_configs/debian-hetzner-init b/basic_configs/debian-hetzner-init.yaml similarity index 100% rename from basic_configs/debian-hetzner-init rename to basic_configs/debian-hetzner-init.yaml diff --git a/python_scripts/ddns-porkbun b/python_scripts/ddns-porkbun.py similarity index 100% rename from python_scripts/ddns-porkbun rename to python_scripts/ddns-porkbun.py