I am writing a shell script(abcd.sh) and executing on windows 10.
mvn clean install
echo "TESTING"
When I am running it using
sh abcd.sh
then I am not getting any output in the screen. I am not sure the maven command is getting executed or not.
The second line is also never getting printed on the screen.

mvnline? Maybe, mvn path is not correctly set