This commit is contained in:
Jack L. Frost 2016-01-01 17:16:03 +03:00
parent baa483e7cc
commit 2d7e65682f
1 changed files with 4 additions and 7 deletions

11
ufw
View File

@ -1,12 +1,9 @@
#!/usr/bin/env bash #!/usr/bin/bash
# Copyright (c) 2012 fbt <fbt@fleshless.org> # Copyright (c) 2012 fbt <fbt@fleshless.org>
# License: ISC
# #
# About: # About:
# A simple upload script for ZFH (http://zerofiles.org) # A simple upload script for UFW (http://zerofiles.org)
_self="${0##*/}"
_cat() { _cat() {
while read; do while read; do
@ -23,7 +20,7 @@ err() { msg "(error) $1" >&2; }
usage() { usage() {
_cat <<- EOF _cat <<- EOF
Usage: ${_self} [-RsF] [-D num] [file/url]" Usage: ufw [-RsF] [-D num] [file/url]"
Flags: Flags:
-R # Remove the file after uploading. -R # Remove the file after uploading.
-s # Make a screenshot and upload it instead of a file. -s # Make a screenshot and upload it instead of a file.