Zenscripts is a collection of automation scripts designed to streamline various tasks. The scripts are written primarily in Python and Bash, organized into folders based on functionality. Each folder contains a README.md
file describing the purpose of its scripts.
- Clone the repository to your device:
git clone [email protected]:theamallalgi/zenscripts.git
- Navigate to the desired script's folder.
- Change the script's permissions:
chmod +x <script-name>
- Execute the script:
./script-name.sh # for bash scripts
python script-name.py # for py scripts (python3 for mac)
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.