Skip to content

Commit

Permalink
added thanks message to original author
Browse files Browse the repository at this point in the history
  • Loading branch information
tbhaxor committed Jun 3, 2019
1 parent 371c2e9 commit 955a9dd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion completion/available/sqlmap.completion.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
#!/bin/bash

# ---------------------------------------------------------------------------+
# |
# Thanks to Alexander Korznikov |
# http://www.korznikov.com/2014/12/bash-tab-completion-for-awesome-tool.html |
# |
# ---------------------------------------------------------------------------+

if command -v sqlmap > /dev/null; then

_sqlmap()
Expand Down Expand Up @@ -157,4 +164,4 @@ if command -v sqlmap > /dev/null; then

complete -F _sqlmap sqlmap

fi
fi

0 comments on commit 955a9dd

Please sign in to comment.