===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
user-setup-1.86/functions.sh-31-	if [ -e $ROOT/etc/shadow ] && \
user-setup-1.86/functions.sh:32:	   [ -n "`grep ^root: $ROOT/etc/shadow | cut -d : -f 2`" ] && \
user-setup-1.86/functions.sh:33:	   [ "x`grep ^root: $ROOT/etc/shadow | cut -d : -f 2`" != 'x*' ] && \
user-setup-1.86/functions.sh:34:	   [ "x`grep ^root: $ROOT/etc/shadow | cut -d : -f 2`" != 'x!*' ]; then
user-setup-1.86/functions.sh-35-		return 0
##############################################
user-setup-1.86/functions.sh-38-	if [ -e $ROOT/etc/passwd ] && \
user-setup-1.86/functions.sh:39:		[ -n "`grep ^root: $ROOT/etc/passwd | cut -d : -f 2`" ] && \
user-setup-1.86/functions.sh:40:		[ "x`grep ^root: $ROOT/etc/passwd | cut -d : -f 2`" != 'xx' ]; then
user-setup-1.86/functions.sh-41-			return 0