===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
##############################################
syndie-1.107b/scripts/makeplugin.sh-35-
syndie-1.107b/scripts/makeplugin.sh:36:SIGNER=`grep '^signer=' $PLUGINDIR/$PC`
syndie-1.107b/scripts/makeplugin.sh-37-if [ "$?" -ne "0" ]
##############################################
syndie-1.107b/scripts/makeplugin.sh-42-fi
syndie-1.107b/scripts/makeplugin.sh:43:SIGNER=`echo $SIGNER | cut -f 2 -d '='`
syndie-1.107b/scripts/makeplugin.sh-44-
##############################################
syndie-1.107b/scripts/makeplugin.sh-65-	mkdir -p $CDIR || exit 1
syndie-1.107b/scripts/makeplugin.sh:66:	CFILE=$CDIR/`echo $SIGNER | sed s/@/_at_/`.crt
syndie-1.107b/scripts/makeplugin.sh-67-	cp $PUBKEYSTORE $CFILE
##############################################
syndie-1.107b/scripts/makeplugin.sh-103-grep -v '^key=' $PC > $PCT
syndie-1.107b/scripts/makeplugin.sh:104:B64KEY=`cat $B64KEYFILE`
syndie-1.107b/scripts/makeplugin.sh-105-echo "key=$B64KEY" >> $PCT || exit 1
##############################################
syndie-1.107b/scripts/makeplugin.sh-111-# get the version and use it for the sud header
syndie-1.107b/scripts/makeplugin.sh:112:VERSION=`grep '^version=' $PC | cut -f 2 -d '='`
syndie-1.107b/scripts/makeplugin.sh-113-# get the name and use it for the file name
syndie-1.107b/scripts/makeplugin.sh:114:NAME=`grep '^name=' $PC | cut -f 2 -d '='`
syndie-1.107b/scripts/makeplugin.sh-115-XPI2P=${NAME}.xpi2p
##############################################
syndie-1.107b/tests/scripts/checkpo.sh-10-
syndie-1.107b/tests/scripts/checkpo.sh:11:cd `dirname $0`/../..
syndie-1.107b/tests/scripts/checkpo.sh-12-
##############################################
syndie-1.107b/tests/scripts/checkpo.sh-15-
syndie-1.107b/tests/scripts/checkpo.sh:16:for i in `find $DIRS -maxdepth 1 -type f -name '*.po'`
syndie-1.107b/tests/scripts/checkpo.sh-17-do
##############################################
syndie-1.107b/tests/scripts/checkxml.sh-8-
syndie-1.107b/tests/scripts/checkxml.sh:9:cd `dirname $0`/../..
syndie-1.107b/tests/scripts/checkxml.sh-10-
##############################################
syndie-1.107b/build.xml-1440-        <echo file="pkg-osx/Syndie.app/Contents/MacOS/startsyndie.sh"><![CDATA[#!/bin/sh
syndie-1.107b/build.xml:1441:DIR=`dirname $0`
syndie-1.107b/build.xml-1442-CP=$DIR/swt.jar:$DIR/hsqldb.jar:$DIR/syndie.jar:$DIR/i2p.jar
##############################################
syndie-1.107b/build.xml-1461-        <echo file="pkg-osx/Syndie.app/Contents/MacOS/startsyndie.sh"><![CDATA[#!/bin/sh
syndie-1.107b/build.xml:1462:DIR=`dirname $0`
syndie-1.107b/build.xml-1463-CP=$DIR/swt.jar:$DIR/hsqldb.jar:$DIR/syndie.jar:$DIR/i2p.jar