Add line breaks to readme

This commit is contained in:
2025-06-27 14:18:25 +03:00
parent 797024ff93
commit e06080f989

View File

@ -4,12 +4,12 @@ A useful collection of my bash/sh scripts.
## Script collection breakdown ## Script collection breakdown
Here is a breakdown of the collection. Here is a breakdown of the collection.
### Backup scripts ### Backup scripts
Scripts to simplify backup procedures. Scripts to simplify backup procedures.<br>
[automaticBackup.sh](https://git.velend.eu/eetnaviation/shscripts/src/branch/main/Backup/automaticBackup.sh) - Automatic, configurable, optional-SFTP backup script. [automaticBackup.sh](https://git.velend.eu/eetnaviation/shscripts/src/branch/main/Backup/automaticBackup.sh) - Automatic, configurable, optional-SFTP backup script.
### IpTables scripts ### IpTables scripts
Scripts to configure different IpTables aspects. Scripts to configure different IpTables aspects.<br>
[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. [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.<br>
[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. [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 ### Git scripts
Scripts to automate or simplify procedures with GIT. Scripts to automate or simplify procedures with GIT.<br>
[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. [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.