Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kenichi-shibata/a7db706fbc3aad9554e17072154fc6f2 to your computer and use it in GitHub Desktop.
Save kenichi-shibata/a7db706fbc3aad9554e17072154fc6f2 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# Strict mode (see: http://redsymbol.net/articles/unofficial-bash-strict-mode/).
set -euo pipefail
IFS=$'\n\t'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment