Skip to content

Instantly share code, notes, and snippets.

@pprishchepa
Created February 9, 2017 06:23
Show Gist options
  • Save pprishchepa/4080d207bac33884dc317540f35fb578 to your computer and use it in GitHub Desktop.
Save pprishchepa/4080d207bac33884dc317540f35fb578 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
set -e
if [[ -n "${DEBUG}" ]]; then
set -x
fi
# Exec something....
exec "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment