mirror of
https://github.com/hiskang/acme.sh
synced 2025-06-18 21:36:17 +00:00
simplify call by using $@
$@ refers to all arguments, which is a nice way of saying $1 $2 ..., plus it doesn't need updating if we need more arguments.
This commit is contained in:
parent
d250f9c715
commit
60a94daee1