git: purgatorio

ref: a3cd9d6083f95a7442935c6f623c7655447215a4
dir: /appl/cmd/ip/ppp/script.m/

View raw version
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 );
};