Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Mozilla-TWQA/combo-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

combo-runner

Combo runner is a tool for task arrangement, especially for python and shell. The major features are

  1. Provide decorator 'action', user can simply add a settings file by assigning "--setting" and dynamically enabling/disabling functions.
  2. Environment variables are carried to next shell script instead of original scope.

Examples are collected in examples/, please check and send issues with any concern, thanks.