simpler sugar
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
522dc0e1f6
commit
3ac25bbeb2
5
config/ufw
Normal file
5
config/ufw
Normal 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
2
ufw
@ -25,6 +25,8 @@ err() { printf '(error) %s\n' "$*" >&2; }
|
||||
|
||||
curl() { command curl -sL "$@"; }
|
||||
|
||||
secret() { shift; secret=( "$@" ); }
|
||||
|
||||
usage() {
|
||||
_cat <<- EOF
|
||||
Usage: ufw [-RsF] [-D num] [file/url]
|
||||
|
Loading…
x
Reference in New Issue
Block a user