https://github.com/amiremohamadi/crun
Simple shell script to run cpp files easier!
https://github.com/amiremohamadi/crun
cpp
Last synced: 11 months ago
JSON representation
Simple shell script to run cpp files easier!
- Host: GitHub
- URL: https://github.com/amiremohamadi/crun
- Owner: amiremohamadi
- License: gpl-3.0
- Created: 2018-03-08T08:35:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T15:27:47.000Z (almost 8 years ago)
- Last Synced: 2025-02-17T09:26:42.438Z (about 1 year ago)
- Topics: cpp
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crun
> A simple script to run cpp files easier and faster (using g++)
I realy had a fool problem with my favorite IDE to comile and run cpp files
so i wrote this script for my own! It may help others who have same problem :)
## How to use
```bash
git clone https://github.com/amiremohamadi/Crun && cd Crun
./crun.sh YOURFILE.cpp # Or the/place/of/YOURFILE.cpp (./crun.sh -m file1.cpp -m file2.cpp -m file3.cpp)
```
## TODO
- [X] Compile and run multiple cpp files
- [ ] Add more features (or bugs!)