Welcome to my collection of scripts designed for managing Unix-based systems. These scripts are maintained by me, @n0step_.
This repository contains various scripts that make it easier for me to manage the system. Feel free to explore and utilize them in your own projects!
Before running any script, ensure it is executable. You can do this by executing the following command in your terminal:
chmod +x script_name.sh
To run a script, simply use the following command:
./script_name.sh
If you have suggestions or improvements, feel free to open an issue or submit a pull request!