This commit is contained in:
vrd
2023-10-13 14:04:13 +03:00
parent 275dc6ddae
commit 11b2cef4f0
5 changed files with 22 additions and 26 deletions
+5 -5
View File
@@ -1,8 +1,8 @@
Cppipe allows you to write and execute script like C++ programs.
It offers a shell like synthax for seamless command execution.
cppipe is a utility that allows you to use C++ programs as scripts.
it also 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 callsynthax.
maintaining a lot of the potential for simple command call syntax.
INSTALLATION:
In terminal use:
@@ -13,6 +13,6 @@ Just include <cppipe/commands.hpp>
HOW TO EXECUTE A CPPIPE PROGRAM:
In terminal use:
cppipe my_cppipe_program.cpp
cppipe my_cppipe_program.cpp ${ANY_ARGUMENTS_FOR_YOUR_PROGRAM}