===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-crc-3.8.0+ds/test/pycrc/test/check_files.sh-3-
node-crc-3.8.0+ds/test/pycrc/test/check_files.sh:4:PYCRC=`dirname $0`/../pycrc.py
node-crc-3.8.0+ds/test/pycrc/test/check_files.sh-5-outdir_old="/tmp/pycrc_out"
##############################################
node-crc-3.8.0+ds/test/pycrc/test/check_files.sh-36-done
node-crc-3.8.0+ds/test/pycrc/test/check_files.sh:37:shift `expr $OPTIND - 1`
node-crc-3.8.0+ds/test/pycrc/test/check_files.sh-38-
##############################################
node-crc-3.8.0+ds/test/pycrc/test/check_files.sh-62-    mkdir -p "$outdir"
node-crc-3.8.0+ds/test/pycrc/test/check_files.sh:63:    models=`awk 'BEGIN { FS="'"'"'" } $2 == "name" && $3 ~ /^: */ { print $4 }' ../crc_models.py`
node-crc-3.8.0+ds/test/pycrc/test/check_files.sh-64-    for m in $models; do
##############################################
node-crc-3.8.0+ds/test/pycrc/test/check_files.sh-74-do_check() {
node-crc-3.8.0+ds/test/pycrc/test/check_files.sh:75:    tar xzf "$tarfile" -C "`dirname $outdir_new`"
node-crc-3.8.0+ds/test/pycrc/test/check_files.sh-76-    populate "$outdir_new"
##############################################
node-crc-3.8.0+ds/test/pycrc/test/check_files.sh-90-    populate "$outdir_old"
node-crc-3.8.0+ds/test/pycrc/test/check_files.sh:91:    dirname="`dirname $outdir_old`"
node-crc-3.8.0+ds/test/pycrc/test/check_files.sh:92:    basename="`basename $outdir_old`"
node-crc-3.8.0+ds/test/pycrc/test/check_files.sh-93-    tar czf "$tarfile" -C "$dirname" "$basename"
##############################################
node-crc-3.8.0+ds/test/pycrc/test/performance.sh-3-
node-crc-3.8.0+ds/test/pycrc/test/performance.sh:4:PYCRC=`dirname $0`/../pycrc.py
node-crc-3.8.0+ds/test/pycrc/test/performance.sh-5-
##############################################
node-crc-3.8.0+ds/test/test_helpers.js-20-
node-crc-3.8.0+ds/test/test_helpers.js:21:    initial = typeof initial !== 'undefined' ? `--xor-in=0x${initial.toString(16)}` : '';
node-crc-3.8.0+ds/test/test_helpers.js-22-
node-crc-3.8.0+ds/test/test_helpers.js:23:    const filename = `${__dirname}/tmp`;
node-crc-3.8.0+ds/test/test_helpers.js:24:    const cmd = `pycrc.py --model=${model} ${initial} --check-file="${filename}"`;
node-crc-3.8.0+ds/test/test_helpers.js-25-
##############################################
node-crc-3.8.0+ds/test/test_helpers.js-27-
node-crc-3.8.0+ds/test/test_helpers.js:28:    exec(`${__dirname}/pycrc/${cmd}`, (err, reference) => {
node-crc-3.8.0+ds/test/test_helpers.js-29-      fs.unlinkSync(filename);
##############################################
node-crc-3.8.0+ds/test/test_helpers.js-36-
node-crc-3.8.0+ds/test/test_helpers.js:37:    initial = typeof initial !== 'undefined' ? `--xor-in=0x${initial.toString(16)}` : '';
node-crc-3.8.0+ds/test/test_helpers.js:38:    const cmd = `pycrc.py --model=${model} ${initial} --check-string="${string}"`;
node-crc-3.8.0+ds/test/test_helpers.js-39-
node-crc-3.8.0+ds/test/test_helpers.js:40:    exec(`${__dirname}/pycrc/${cmd}`, (err, reference) =>
node-crc-3.8.0+ds/test/test_helpers.js-41-      callback(err, (reference || '').replace(/^0x|\n$/g, ''))
##############################################
node-crc-3.8.0+ds/test/test_helpers.js-94-    if (Buffer.isBuffer(value)) {
node-crc-3.8.0+ds/test/test_helpers.js:95:      describe(`BUFFER: ${value.toString('base64')}`, function() {
node-crc-3.8.0+ds/test/test_helpers.js-96-        it('should calculate a full checksum', done => testBufferValue(value, initial, done));
##############################################
node-crc-3.8.0+ds/test/test_helpers.js-100-    } else {
node-crc-3.8.0+ds/test/test_helpers.js:101:      describe(`STRING: ${value}`, function() {
node-crc-3.8.0+ds/test/test_helpers.js-102-        it('should calculate a full checksum', done => testStringValue(value, initial, done));
##############################################
node-crc-3.8.0+ds/test/test_helpers.js-108-    VALUES.forEach(value =>
node-crc-3.8.0+ds/test/test_helpers.js:109:      describe(`STRING: ${value}`, function() {
node-crc-3.8.0+ds/test/test_helpers.js-110-        it('should calculate a full checksum', done => testStringValue(value, initial, done));
##############################################
node-crc-3.8.0+ds/webpack-test/webpack.config.js-1-module.exports = {
node-crc-3.8.0+ds/webpack-test/webpack.config.js:2:  entry: `${__dirname}/index.js`,
node-crc-3.8.0+ds/webpack-test/webpack.config.js-3-  output: {