utils/webcheck.sh: Add a security note

This commit is contained in:
Ky-Anh Huynh 2015-08-06 23:59:59 +07:00
commit bb51a84f63

View file

@ -82,11 +82,16 @@ Description
Requirements
Perl with URI::Escape and JSON modules
Perl with URI::Escape and JSON modules.
Syntax
webcheck.sh [file1] [file2] [...]
Security note
Your whole script is encoded and sent over internet to the service.
Please make sure your script is safe. You have been warned.
EOF
}