This repository contains a collection of scripts, including batch files for Windows and shell scripts for Linux. The scripts cover various tasks and are continuously updated with new additions and improvements.
- Windows/: Contains
.bat
files for Windows operating systems. - Linux/: Contains
.sh
files for Linux operating systems.
To get started, clone the repository using the following command:
git clone https://github.com/volkanncicek/scripts.git
For Windows scripts:
cd scripts/Windows
For Linux scripts:
cd scripts/Linux
On Windows:
- Double-click the
.bat
file or run it from the command prompt.
On Linux:
- Make sure the script is executable and then run it:
chmod +x scriptname.sh
./scriptname.sh
Feel free to contribute by adding new scripts or improving existing ones. Please ensure that scripts are well-documented and tested before submitting a pull request.
This repository is licensed under the MIT License. See LICENSE
for more information.