#!/bin/bash # CONFIGURE script for {{.Name}}. # Interactive Configuration Engine (ICE) queries live here. # The Go engine intercepts `config_query` calls and answers them from # the Tablet, prompting the user only for new questions. # # config_query {{.Name}}_FEATURE_X "Enable feature X?" y # config_query {{.Name}}_FEATURE_Y "Enable feature Y?" n