Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 265 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 265 Bytes

pipelines_bash

A quick test about pipelines in bash with cpp and python.

Writted in cpp a script that have as output a secuence of numbers and that is the input for the script in python that print it on sorted. With bash handdled this and compile the cpp file.