$ ./helloWorld.sh Hello, World! $ ./helloWorld.sh --config=./config.txt Hello, Config! $ ./helloWorld.sh -c ./config.txt --name=Virens Hello, Virens!