Last active
April 18, 2019 19:51
-
-
Save rkennesson/d4ac4b472e8cbf22c5000d74787c4539 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
err() { | |
echo "[$(date +'%Y-%m-%dT%H:%M:%S%z')]: $*" >&2 | |
} | |
# if ! do_something; then | |
# err "Unable to do_something" | |
# exit "${E_DID_NOTHING}" | |
# fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment