===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
silkaj-0.7.6/CHANGELOG.md-5-- #276: Publish on PyPI with previous method: `wheel`, `twine`, and `setup.py`.
silkaj-0.7.6/CHANGELOG.md:6:- `silkaj` binary does not get installed to `$HOME/.local/bin` via Poetry
silkaj-0.7.6/CHANGELOG.md-7-
##############################################
silkaj-0.7.6/doc/how-to_automate_transactions_and_multi-output.md-50-```bash
silkaj-0.7.6/doc/how-to_automate_transactions_and_multi-output.md:51:silkaj tx --auth-file --amountUD 20 --output `cat recipients.txt | tr '\n' ':' | sed -e 's/:*$//'`
silkaj-0.7.6/doc/how-to_automate_transactions_and_multi-output.md-52-```
##############################################
silkaj-0.7.6/doc/how-to_automate_transactions_and_multi-output.md-59-```bash
silkaj-0.7.6/doc/how-to_automate_transactions_and_multi-output.md:60:0 0 1 * * silkaj tx --auth-file --yes --amountUD 20 --output `cat recipients.txt | tr '\n' ':' | sed -e 's/:*$//'`
silkaj-0.7.6/doc/how-to_automate_transactions_and_multi-output.md-61-```
##############################################
silkaj-0.7.6/doc/release_packages_on_pypi-fr.md-56-
silkaj-0.7.6/doc/release_packages_on_pypi-fr.md:57:Juste faire : `twine upload dist/silkaj-$VERSION*`
silkaj-0.7.6/doc/release_packages_on_pypi-fr.md-58-
##############################################
silkaj-0.7.6/release.sh-50-exec_installed() {
silkaj-0.7.6/release.sh:51:	if [[ ! `command -v $1` ]]; then
silkaj-0.7.6/release.sh-52-		error_message "'$1' is not install on your machine"