Skip to content

Commit

Permalink
Added "dumpEnvironment" Function For Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
esc0rtd3w committed Jan 7, 2017
1 parent 6b332f0 commit a80e14d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions wifi-hacker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6537,6 +6537,16 @@ fixKaliTwoMonError(){
}


# This will output all variables and values currently in use, and is for debugging purposes only
dumpEnvironment(){

currentTask="dumpEnvironment"



}


############################################################################
# MISC STUFF END #######################################################
############################################################################
Expand Down

0 comments on commit a80e14d

Please sign in to comment.