Date: 2025-04-02 05:54:01
Score: 0.5
Natty:
set -a # export all new variables
source "$PROPERTIES_FILE"
set +a
envsubst < "$INPUT_FILE"
From man envsubst
:
Substitutes the values of environment variables
Source: https://stackoverflow.com/a/32761920/3776858
Reasons:
- Blacklisted phrase (1): stackoverflow
- Probably link only (1):
- Low length (1):
- Has code block (-0.5):
- High reputation (-2):
Posted by: Cyrus