https://github.com/thecoder777/gpp-wrapper
A simple wrapper around g++. You don't need to execute the output file anymore, it's done for you!
https://github.com/thecoder777/gpp-wrapper
Last synced: 4 months ago
JSON representation
A simple wrapper around g++. You don't need to execute the output file anymore, it's done for you!
- Host: GitHub
- URL: https://github.com/thecoder777/gpp-wrapper
- Owner: TheCoder777
- License: mit
- Created: 2019-02-06T15:59:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T18:43:29.000Z (over 6 years ago)
- Last Synced: 2025-01-18T01:43:58.596Z (6 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Comp
Comp is a simpel script to make your workflow better while working on small C++ projekts.
## Description
With gpp-wrapper (comp) you can directly compile your C++ file to a output directory,
and comp will automaticly execute the generated file for you!
You can also provide any options directly to g++!## Installation
The only thing you need to do is to add the "comp.sh" file to your path
(meaning /usr/local/bin/, or /usr/bin/, or some other path on your $PATH variable)If you like, you can remove the ".sh" extension.
If you have any suggestions, Improvment, or questions about comp, please let me know!