This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Description
I built a generate-daemons which contains all console/start/stop/restart scripts. And when I
started the application using sh hello-world.sh start -h 127.0.0.1 -P 3306, there were
no args passed to the main class, and I want to know how to pass the args after the hello-world.sh start
to mainClass.
Thanks a lot.