version: 0.1
email: king123.hajahmadi@gmail.com
SINAXS Id telegram:SINAXSZ
h00z3x his github : https://github.com/h00z3x
Shell scripts are powerful tools that allow developers to automate repetitive tasks.
You first need to download MinGW in Windows you can download it from the site below:
https://www.mingw-w64.org/downloads/
After you have installed and added it to the path، tap the command below in your commandline or PowerShell.
git clone https://github.com/keyvanplays/keyvan-shell-scriptNote that to run the command above you need Git download it from the following site
Or you can do it by hitting the following command in PowerShell yourself:
winget install --id Git.Git -e --source wingetAfter you have completed the project, go to the project folder and command the following in command line or PowerShell.
g++ main.cppIf you have the correct commands, you have .exe file, then click on the file.
note:I'm using Ubuntu and the commands are from Ubuntu/Debian.
open terminal and run this commands:
1.update
sudo apt update2.upgrade
sudo apt upgrade3.install git
sudo apt install git4.install build-essential
sudo apt install build-essential5.install project
git clone https://github.com/keyvanplays/keyvan-shell-script6.convert to .out
g++ main.cpp7.run app
./a.out- Automation of tasks: Shell scripts enable you to automate repetitive tasks.
- Speeding up development: By using scripts, you can increase the speed of the development process.
- Reliability: Scripts ensure precise and consistent execution of commands.
Shell scripts provide valuable tools for developers to improve their productivity.