We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15a632 commit 262a1abCopy full SHA for 262a1ab
bootstrap.sh
@@ -8,7 +8,7 @@ for input_file in `find . -type f ! -name 'README.md' ! -name 'bootstrap.sh' ! -
8
do
9
if [ ! -d "${input_file}" ]; then
10
echo "Rendering file: ${input_file}"
11
- sed -E 's/__(([^_]|_[^_])*)__/${\1}/g' "${input_file}" | envsubst > "${input_file}"
+ sed -E 's/__(([^_]|_[^_])*)__/${\1}/g' "${input_file}" | envsubst | tee "${input_file}"
12
fi
13
done
14
0 commit comments