TweetThis Bash Shell Script places you in the role of detective as you will need to discover the bug that exists in the script below. #!/bin/bash echo “Fix this script…I’ve got bugs” a=45 if [$a -gt 27 ] then echo $a fi exit 0
↧