find-and-run-scripts

find and run scripts :)


Keywords
test scripts
License
Other
Install
pip install find-and-run-scripts==0.0.75

Documentation

find and run scripts :)

bash PyPI PyPI

Install

[sudo] pip install find-and-run-scripts

Features

  • skip dotfiles .*
  • skip non script files (shebang #! required)
  • find syntax
  • exit on error

Examples

$ find-and-run-scripts ./Tests

# multiple paths
$ find-and-run-scripts ./Examples ./Tests

# expression (`find` syntax)
$ find-and-run-scripts ./Tests -maxdeph 1

Feedback GitHub followers GitHub issues