Skip to content

Instantly share code, notes, and snippets.

@markshust
Created February 15, 2021 20:16
Show Gist options
  • Select an option

  • Save markshust/d895f673afdd734897ddddf5beee226e to your computer and use it in GitHub Desktop.

Select an option

Save markshust/d895f673afdd734897ddddf5beee226e to your computer and use it in GitHub Desktop.
Debug bash scripts with xtrace
#!/bin/bash
set -o xtrace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment