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