md update

This commit is contained in:
Venelin
2024-06-11 11:26:36 +03:00
parent 232e825977
commit e1353c0092
+5 -1
View File
@@ -1,27 +1,31 @@
cppipe - C Plus Pipe cppipe - C Plus Pipe
==================== ====================
cppipe is a utility for Linux that allows you to use C/C++ programs as scripts. cppipe is a utility for Linux that allows you to use C/C++ programs as scripts.
it also offers a shell like syntax for seamless command execution It also offers a shell like syntax for seamless command execution
In this way your scripts can benefit from increased control and speed, while In this way your scripts can benefit from increased control and speed, while
maintaining a lot of the potential for simple command call syntax. maintaining a lot of the potential for simple command call syntax.
C/C++ programs are cached and only recompiled if needed. C/C++ programs are cached and only recompiled if needed.
Installation Installation
------------ ------------
git clone https://gitlab.com/venelin98/cppipe.git git clone https://gitlab.com/venelin98/cppipe.git
cd cppipe cd cppipe
sudo ./install.sh sudo ./install.sh
How to execute a C/C++ source file How to execute a C/C++ source file
---------------------------------- ----------------------------------
cppipe PATH_TO_SRC [ARGUMENTS_FOR_YOUR_PROGRAM]... cppipe PATH_TO_SRC [ARGUMENTS_FOR_YOUR_PROGRAM]...
Example Example
------- -------
You can see an example of the command call syntax in test/functions_test.cppipe You can see an example of the command call syntax in test/functions_test.cppipe
Webpage with more info Webpage with more info
---------------------- ----------------------
https://vene.volconst.com/en/cppipe https://vene.volconst.com/en/cppipe