Generated docs from job=generate-docs branch=master [ci skip]
This commit is contained in:
@@ -19960,7 +19960,7 @@ defense-evasion:
|
||||
else export HISTIGNORE='ls*:rm*:ssh*'; echo \"\\$HISTIGNORE = $HISTIGNORE\";
|
||||
fi\nhistory -c \nls -la $HISTFILE\nls -la ~/.bash_logout\nif [ $(history
|
||||
|wc -l) -eq 1 ]; then echo \"ls commands are not in history\"; fi\nunset
|
||||
HISTIGNORE\n\nif ((${#HISTIGNORE[@]})); then echo \"\\$HISTIGNORE = $HISTIGNORE\";
|
||||
HISTIGNORE\nif ((${#HISTIGNORE[@]})); then echo \"\\$HISTIGNORE = $HISTIGNORE\";
|
||||
else export HISTIGNORE='*'; echo \"\\$HISTIGNORE = $HISTIGNORE\"; fi\nhistory
|
||||
-c \nwhoami\ngroups\nif [ $(history |wc -l) -eq 0 ]; then echo \"History
|
||||
cache is empty\"; fi\n"
|
||||
|
||||
@@ -11424,7 +11424,7 @@ defense-evasion:
|
||||
else export HISTIGNORE='ls*:rm*:ssh*'; echo \"\\$HISTIGNORE = $HISTIGNORE\";
|
||||
fi\nhistory -c \nls -la $HISTFILE\nls -la ~/.bash_logout\nif [ $(history
|
||||
|wc -l) -eq 1 ]; then echo \"ls commands are not in history\"; fi\nunset
|
||||
HISTIGNORE\n\nif ((${#HISTIGNORE[@]})); then echo \"\\$HISTIGNORE = $HISTIGNORE\";
|
||||
HISTIGNORE\nif ((${#HISTIGNORE[@]})); then echo \"\\$HISTIGNORE = $HISTIGNORE\";
|
||||
else export HISTIGNORE='*'; echo \"\\$HISTIGNORE = $HISTIGNORE\"; fi\nhistory
|
||||
-c \nwhoami\ngroups\nif [ $(history |wc -l) -eq 0 ]; then echo \"History
|
||||
cache is empty\"; fi\n"
|
||||
|
||||
@@ -402,7 +402,6 @@ ls -la $HISTFILE
|
||||
ls -la ~/.bash_logout
|
||||
if [ $(history |wc -l) -eq 1 ]; then echo "ls commands are not in history"; fi
|
||||
unset HISTIGNORE
|
||||
|
||||
if ((${#HISTIGNORE[@]})); then echo "\$HISTIGNORE = $HISTIGNORE"; else export HISTIGNORE='*'; echo "\$HISTIGNORE = $HISTIGNORE"; fi
|
||||
history -c
|
||||
whoami
|
||||
|
||||
Reference in New Issue
Block a user