Skip to content

Collection of scripts, including batch files for Windows and shell scripts for Linux.

License

Notifications You must be signed in to change notification settings

volkanncicek/scripts

Repository files navigation

Script Collection

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.

Repository Structure

  • Windows/: Contains .bat files for Windows operating systems.
  • Linux/: Contains .sh files for Linux operating systems.

Getting Started

Cloning the Repository

To get started, clone the repository using the following command:

git clone https://github.com/volkanncicek/scripts.git

Navigating to the Scripts

For Windows scripts:

cd scripts/Windows

For Linux scripts:

cd scripts/Linux

Running the Scripts

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

Contributing

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.

License

This repository is licensed under the MIT License. See LICENSE for more information.

About

Collection of scripts, including batch files for Windows and shell scripts for Linux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published