cppipe is a Linux utility that allows you to use C++ programs as scripts.
It offers a shell like syntax for seamless command execution.
In this way your scripts can benefit from increased control and speed, while maintaining a lot of the potential for simple command call syntax.
Installation:
git clone https://gitlab.com/venelin98/cppipe.git
cd cppipe
sudo ./install.sh
Running C++ files:
cppipe FILE ARGUMENTS_FOR_FILE...
Options:
-g debug the file, asserts are also enabled
CPPIPEPATH:
CPPIPEPATH is a variable just like PATH and PYTHONPATH, which contains the paths where cppipe searches for source files to execute if they are not in the current directory.