simpler sugar

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2020-05-24 03:57:17 +03:00
parent 522dc0e1f6
commit 3ac25bbeb2
2 changed files with 7 additions and 0 deletions

5
config/ufw Normal file
View File

@ -0,0 +1,5 @@
# Put your actual secret here, this is just a random string
secret = 'rooxoosh7Aese7phiPh3Choh3uthiTha'
# Override the default common curl behaviour:
#curl() { command curl -sL "$@"; }

2
ufw
View File

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