From e06080f98959c75e8e63fb1f9e007471f1ec0ba3 Mon Sep 17 00:00:00 2001 From: eetnaviation Date: Fri, 27 Jun 2025 14:18:25 +0300 Subject: [PATCH] Add line breaks to readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f9ddcf8..7caccfd 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ A useful collection of my bash/sh scripts. ## Script collection breakdown Here is a breakdown of the collection. ### Backup scripts -Scripts to simplify backup procedures. +Scripts to simplify backup procedures.
[automaticBackup.sh](https://git.velend.eu/eetnaviation/shscripts/src/branch/main/Backup/automaticBackup.sh) - Automatic, configurable, optional-SFTP backup script. ### IpTables scripts -Scripts to configure different IpTables aspects. -[easyIpTables.sh](https://git.velend.eu/eetnaviation/shscripts/src/branch/main/IpTables/easyIpTables.sh) - Allows you to easily set IpTables mappings for incoming and outgoing ports. +Scripts to configure different IpTables aspects.
+[easyIpTables.sh](https://git.velend.eu/eetnaviation/shscripts/src/branch/main/IpTables/easyIpTables.sh) - Allows you to easily set IpTables mappings for incoming and outgoing ports.
[autoIpTables.sh](https://git.velend.eu/eetnaviation/shscripts/src/branch/main/IpTables/autoIpTables.sh) - Setup multiple IpTables incoming and outgoing port mappings for easy setup. ### Git scripts -Scripts to automate or simplify procedures with GIT. +Scripts to automate or simplify procedures with GIT.
[addGitSSHKey.sh](https://git.velend.eu/eetnaviation/shscripts/src/branch/main/Git/addGitSSHKey.sh) - Simple script to add your GIT ssh key on startup or when executed. \ No newline at end of file