diff options
| author | makefu <github@syntax-fehler.de> | 2015-01-14 14:54:15 +0100 | 
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2015-01-14 14:54:15 +0100 | 
| commit | 296784e4c62e162d6d943989d33f57c249119471 (patch) | |
| tree | f1ead5be084e049d56cdee4de90fc9dfe58bf18d | |
| parent | e3b00212023d7c703a9aae7f4fad13b53cfb56b9 (diff) | |
| parent | f1e466f413c787493a0cc6e18fd52a0f0987abb4 (diff) | |
Merge branch 'master' of ssh://github.com/krebscode/painload
| -rwxr-xr-x | recon/inspector_wifi/plugins/11belkin_wps (renamed from recon/inspect_wifi/plugins/11belkin_wps) | 0 | ||||
| -rwxr-xr-x | util/bin/text2speech.google | 2 | ||||
| -rwxr-xr-x | util/bin/translate.google | 2 | 
3 files changed, 2 insertions, 2 deletions
| diff --git a/recon/inspect_wifi/plugins/11belkin_wps b/recon/inspector_wifi/plugins/11belkin_wps index 65448ad0..65448ad0 100755 --- a/recon/inspect_wifi/plugins/11belkin_wps +++ b/recon/inspector_wifi/plugins/11belkin_wps diff --git a/util/bin/text2speech.google b/util/bin/text2speech.google index b732f363..061bb1c8 100755 --- a/util/bin/text2speech.google +++ b/util/bin/text2speech.google @@ -5,7 +5,7 @@ TL=${TL:="en"}  usage(){    echo 'TL= can specifiy which language to use, default is "en"' -  echo 'Example: TL="de" ./text2speech.google "whats up?" | mpv -)' +  echo 'Example: TL="de" ./text2speech.google "whats up?" | mpv -'    exit 0  } diff --git a/util/bin/translate.google b/util/bin/translate.google index cb69064a..06c6a5a8 100755 --- a/util/bin/translate.google +++ b/util/bin/translate.google @@ -7,7 +7,7 @@ tl=${TL:="en"}  usage(){    echo 'TL= targetlanguage, valid strings are in the style of "en", "pl" or "de". default "en"'    echo 'SL= sourcelanguage, same TL, default is auto' -  echo 'Example: TL="de" ./translate.google whats up?' +  echo 'Example: TL="de" ./translate.google "whats up?"'    exit 0  } | 
