Created
December 25, 2023 18:36
-
-
Save jernejstrasner/30a5a7d785c7d9d65121c9515ee502ee 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
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