16 lines
408 B
Bash
16 lines
408 B
Bash
# Title: Variables - GREP_IGNORE_MOUNTS
|
|
# ID: GREP_IGNORE_MOUNTS
|
|
# Author: Carlos Polop
|
|
# Last Update: 22-08-2023
|
|
# Description: Ignore this strings when grepping mounts
|
|
# License: GNU GPL
|
|
# Version: 1.0
|
|
# Functions Used:
|
|
# Global Variables:
|
|
# Initial Functions:
|
|
# Generated Global Variables: $GREP_IGNORE_MOUNTS
|
|
# Fat linpeas: 0
|
|
# Small linpeas: 1
|
|
|
|
|
|
GREP_IGNORE_MOUNTS="/ /|/null | proc proc |/dev/console" |