Home | History | Annotate | Download | only in examples

Lines Matching refs:TEMPLATE

45                     include_block $show_bar < "${template%.c}.txt"
71 read -r template < "$txt"
72 case "$template" in
73 @TEMPLATE*) template=${txt%/*}/${template##@TEMPLATE } ;;
74 *) die "Failed to parse template name from '$template'" ;;
80 || include_block < "${template%.c}.txt" \
85 done < "$template"