Here you will find scripts for bash and zsh that I have written for various purposes.
- logging.sh: Script to print messages to the log. Should connect with other scripts. When called, it separately writes to the log the message that was given to it or an error if nothing was sent. In bash syntax for better compatibility. Type "-h" option for help.
- update-zsh-settings.sh: The script updates the settings from the repository and installs them for all users on the computer, if this has not been done before. In bash syntax for better compatibility. Type "-h" option for help.
- extentions-installer.sh: A little script for easily installing a mass of Gnome Shell Extensions. Also have function for deleting copies. In bash syntax for better compatibility.