ref: d7809194db6f52a6fc87a6d10bff7e78cc03c4d2
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"); }