Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 227 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 227 Bytes

security_tools

To pull all sub-modules, execute this after the initial clone:

git submodule update --init --recursive

To update all of the sub-modules, execute this:

git submodule foreach git pull