## The `shell` template: a single interpreted script installed to ## /usr/bin with plain `dh $@` plumbing. Detection is not marker-based: the ## single-script heuristic of src/new/detect.rs (a lone *.sh or shebang ## file) maps here. The probe pre-filling the wizard answers from the ## script file name lives in src/new/templates/shell.rs. ## ## Schema: see src/new/templates/mod.rs. id: shell label: Shell script / single interpreted file detect: files: [] build_depends: [] architecture: all rules_dh_line: "dh $@" files: []