If you written a command shell script and it exits after executing only first command, its probably because one of the command in the
command script is itself a command script. In that case, such script needs to be called using the call command.
For example,
The above script will simply exit after running the first command. This is because Jekyll itself runs as a batch file in Windows. To correct this, we need to call Jekyll with the use of call command