Skip to content

codekitchen/pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The pipeline shell command

Utility to make building up a pipeline of shell commands easier, especially when doing data exploration.

installation

autoreconf -fi              # if building from git
./configure
make

After make finishes, you'll be able to use ./pipeline. You can also install it using:

sudo make install