added thanks message to original author
parent
371c2e9834
commit
955a9dd86d
|
|
@ -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()
|
||||
|
|
@ -157,4 +164,4 @@ if command -v sqlmap > /dev/null; then
|
|||
|
||||
complete -F _sqlmap sqlmap
|
||||
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue