Next Previous Contents

13. When something goes wrong (debugging)

13.1 Ways Calling BASH

A nice thing to do is to add on the first line

          #!/bin/bash -x
          

This will produce some intresting output information


Next Previous Contents