2023-10-10 13:59:11 +03:00
2023-10-07 19:38:27 +03:00
2023-10-07 19:38:27 +03:00
2023-10-07 19:38:27 +03:00
2023-10-10 13:59:11 +03:00
2023-10-10 13:59:11 +03:00
2023-10-09 14:04:57 +03:00
2023-10-07 19:38:27 +03:00
2023-10-07 19:42:58 +03:00
2023-10-09 14:04:57 +03:00
2023-10-10 13:59:11 +03:00

Cppipe allows you to write and execute script like C++ programs.
It offers a shell like synthax 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.

INSTALLATION:
In terminal use:
sudo ./install.sh

HOW TO WRITE A CPPIPE PROGRAM:
Just include <cppipe/commands.hpp>

HOW TO EXECUTE A CPPIPE PROGRAM:
In terminal use:
cppipe my_cppipe_program.cpp

 
S
Description
No description provided
Readme
102 KiB
Languages
C++ 93%
Shell 3.8%
C 3.2%