added thanks message to original author
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/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
|
if command -v sqlmap > /dev/null; then
|
||||||
|
|
||||||
_sqlmap()
|
_sqlmap()
|
||||||
|
|||||||
Reference in New Issue
Block a user