Revision history of "Linux shell/Skeletons"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 15:05, 16 February 2020Pio2pio talk contribs 1,055 bytes +1,055 Created page with "= Option based = <source lang=bash> #!/usr/bin/env bash set -o pipefail set -o nounset set -o errexit err_report() { echo "Exited with error on line $1" } trap 'err_repo..."