ref: 00c219c7d9c2b9f60c2db0e1ba7289b2301209a7
dir: /opt/skel/appl/cmd/t/smoke.b/
implement T; include "opt/powerman/tap/module/t.m"; include "sh.m"; test() { plan(1); examplecmd := load Command "/opt/skel/dis/cmd/examplecmd.dis"; ok(examplecmd != nil, "examplecmd loaded as Command"); }