#!/usr/bin/env node

/**
 * Bud file for terminal script.
 * Executing this file renders scripts to open container terminal.
*
 * Generated by {{generator}} on {{today}},
 * from a template provided by {{pkg.name}}.
 *
 * @see https://github.com/coz-repo/coz
 */

"use strict";

const Apemanfile = require('../Apemanfile'),
    apemanBudDebug = require('apeman-bud-debug');

let names = Object.keys(Apemanfile.$dplys || {});
module.exports = apemanBudDebug.terminal(names, {});

{{{read _render}}}