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