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
.batfiles for Windows operating systems. - Linux/: Contains
.shfiles for Linux operating systems.
To get started, clone the repository using the following command:
git clone https://github.com/volkanncicek/scripts.gitFor Windows scripts:
cd scripts/WindowsFor Linux scripts:
cd scripts/LinuxOn Windows:
- Double-click the
.batfile or run it from the command prompt.
On Linux:
- Make sure the script is executable and then run it:
chmod +x scriptname.sh
./scriptname.shFeel 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.