Multiple choice Which of the following is the correct shell command to debug a script? Prompt$bash -x script-name Prompt$chmod +x script.sh Prompt$chmod u+x script.sh Prompt$./hello.sh #!/bin/bashecho Hello, India! Reveal answer Fill a bubble to check yourself A Correct answer Explanation This is the correct shell script to debug a script.