ref: 82a3f55c5fb7b9f7a82449e4eb943c535ec3e491
dir: /appl/cmd/ip/nppp/script.m/
Script: module
{
PATH: con "/dis/ip/nppp/script.dis";
ScriptInfo: adt {
path: string;
content: list of string;
timeout: int;
username: string;
password: string;
};
init: fn(m: Modem): string;
execute: fn(m: ref Modem->Device, scriptinfo: ref ScriptInfo): string;
};