1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-25 07:05:34 +00:00
This commit is contained in:
neil
2016-10-05 12:15:06 +08:00
parent d2ae7e78ef
commit aa7b82de04
+4
View File
@@ -4058,4 +4058,8 @@ main() {
if _startswith "$1" '-' ; then _process "$@"; else "$@";fi if _startswith "$1" '-' ; then _process "$@"; else "$@";fi
} }
main "$@" main "$@"