We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec98723 commit c6a1138Copy full SHA for c6a1138
lib/render.sh
@@ -5,7 +5,8 @@ Render() {
5
source <(bash-tpl ${1})
6
7
else
8
- if read -t 0; then
+ if read -t 0
9
+ then
10
STDIN=$(cat -)
11
source <(echo ${STDIN} | bash-tpl)
12
fi
0 commit comments