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>
|
# 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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user