Skip to content

YaYaB/pipe-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipe scripts

Simply pipe scripts after one or severals scripts are finished

This tool helps you launch a pipe of bash scripts sequentialy after one or more scripts have finished.

Installation

OS X, Linux & Windows:

pip install git+https://github.com/YaYaB/pipe-scripts

Usage example

usage: Wait for scripts to finish before launching a pipe of scripts that will suceed to each other
       [-h] [--waited_scripts WAITED_SCRIPTS [WAITED_SCRIPTS ...]]
       [--future_scripts FUTURE_SCRIPTS [FUTURE_SCRIPTS ...]]

optional arguments:
  -h, --help            show this help message and exit
  --waited_scripts WAITED_SCRIPTS [WAITED_SCRIPTS ...]
  --future_scripts FUTURE_SCRIPTS [FUTURE_SCRIPTS ...]

Please refer to here for examples. An easy way to launch an example is the following:

cd examples
chmod 755 run_example_1.sh
chmod 755 run_example_2.sh
chmod 755 run_example_3.sh

./run_example_1.sh
./run_example_2.sh
./run_example_3.sh

Meta

YaYaB

Distributed under the Apache license v2.0. See LICENSE for more information.

https://github.com/YaYaB

About

Wait for scripts to finish before launching new ones

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages