Skip to content

Instantly share code, notes, and snippets.

@jernejstrasner
Created December 25, 2023 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jernejstrasner/30a5a7d785c7d9d65121c9515ee502ee to your computer and use it in GitHub Desktop.
Save jernejstrasner/30a5a7d785c7d9d65121c9515ee502ee to your computer and use it in GitHub Desktop.
set -a
source $SCRIPT_INPUT_FILE_0
set +a
export PATH="$PATH:/opt/homebrew/bin"
touch $SCRIPT_OUTPUT_FILE_0
envsubst < $SCRIPT_INPUT_FILE_1 > $SCRIPT_OUTPUT_FILE_0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment