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