The-Z-Labs / linux-exploit-suggester

Linux privilege escalation auditing tool
GNU General Public License v3.0
5.54k stars 1.09k forks source link

Changes to fix warnings in ShellCheck #60

Closed Marzal closed 4 years ago

Marzal commented 5 years ago

Comment variables, simplify arrays index increment, don't use ``. Also, empty arrays in one line with -a, associative array (-A) with n++ probably wouldn't work anyway.