===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
clitest-0.3.0/README.md-25-
clitest-0.3.0/README.md:26:Save it, make it executable and move it to a `$PATH` directory:
clitest-0.3.0/README.md-27-
##############################################
clitest-0.3.0/README.md-370-
clitest-0.3.0/README.md:371:Or maybe you use a different prompt (`$PS1`) in your documentation?
clitest-0.3.0/README.md-372-
##############################################
clitest-0.3.0/README.md-394-* To test STDOUT/STDERR and the exit code at the same time, add a
clitest-0.3.0/README.md:395:  `;echo $?` after the command.
clitest-0.3.0/README.md-396-
##############################################
clitest-0.3.0/README.md-408-
clitest-0.3.0/README.md:409:* In multifile mode, the current folder (`$PWD`) is reset when
clitest-0.3.0/README.md-410-  starting to test a new file. This avoids that a `cd` command in a
##############################################
clitest-0.3.0/README.md-412-
clitest-0.3.0/README.md:413:* Multiline prompts (`$PS2`) are not yet supported.
clitest-0.3.0/README.md-414-
##############################################
clitest-0.3.0/examples/README.md-8-Take a look at the `.txt` files. They're just like a shell session
clitest-0.3.0/examples/README.md:9:snapshot. You have the `$ ` prompt, the command to be executed, and
clitest-0.3.0/examples/README.md-10-the results.
##############################################
clitest-0.3.0/examples/README.md-32-1. Go to your terminal
clitest-0.3.0/examples/README.md:33:2. Set your prompt accordingly: `PS1='$ '`
clitest-0.3.0/examples/README.md-34-3. Type and run the desired commands