1 Commits

Author SHA1 Message Date
fbt
176b80fcf6 Actually, to hell with this sugar stuff
Signed-off-by: fbt <fbt@fleshless.org>
2020-05-24 04:21:39 +03:00
2 changed files with 7 additions and 3 deletions

View File

@@ -3,3 +3,9 @@ secret = 'rooxoosh7Aese7phiPh3Choh3uthiTha'
# Override the default common curl behaviour:
#curl() { command curl -sL "$@"; }
#cfg_tmp_dir="$XDG_RUNTIME_DIR/ufw"
#cfg_service_url='https://8fw.me'
#cfg_max_filesize='200M' # Local limit, doesn't affect the server one :)
#flag_shortlink=0 # Display short links
#flag_directlink=1 # Display direct file links

2
ufw
View File

@@ -25,8 +25,6 @@ err() { printf '(error) %s\n' "$*" >&2; }
curl() { command curl -sL "$@"; }
secret() { shift; secret=( "$@" ); }
usage() {
_cat <<- EOF
Usage: ufw [-RsF] [-D num] [file/url]