added thanks message to original author

pull/1383/head
Gurkirat Singh 2019-06-03 14:06:05 +05:30
parent 371c2e9834
commit 955a9dd86d
1 changed files with 8 additions and 1 deletions

View File

@ -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()