Home | History | Annotate | Download | only in examples

Lines Matching refs:template

51 read -r template < "$txt"
52 case "$template" in
53 @TEMPLATE*) template=${txt%/*}/${template##@TEMPLATE } ;;
54 *) die "Failed to parse template name from '$template'" ;;
63 @TEMPLATE*)
64 template=${template##@TEMPLATE }
65 template=${template%.c}.txt
68 include_block < "$template"