version: 0.1
email: [email protected]
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-script
Note 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 winget
After you have completed the project, go to the project folder and command the following in command line or PowerShell.
g++ main.cpp
If 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 update
2.upgrade
sudo apt upgrade
3.install git
sudo apt install git
4.install build-essential
sudo apt install build-essential
5.install project
git clone https://github.com/keyvanplays/keyvan-shell-script
6.convert to .out
g++ main.cpp
7.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.