simpler sugar

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2020-05-24 03:57:17 +03:00
parent 522dc0e1f6
commit 5ced7dce3c
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]