Skip to content
Snippets Groups Projects
Commit 108b0cc8 authored by rswindell's avatar rswindell
Browse files

Added a comment to the syncterm.lst file's exported by this library, e.g.:

; Exported from Vertrauen on Wed Oct 03 2018 01:00:17 GMT-0700 (Pacific Daylight Time)
parent 5b4e2eec
No related branches found
No related tags found
No related merge requests found
......@@ -203,6 +203,7 @@ function set_attributes(a)
function send(a,b,c,d)
{
log(LOG_DEBUG, "ansterm.sending: " + this[a][b](c,d));
console.write(this[a][b](c,d));
}
......
......@@ -562,6 +562,8 @@ function syncterm_list(list, dir)
if(!f.open("w")) {
return false;
}
f.writeln(format("; Exported from %s on %s", system.name, new Date().toString()));
f.writeln();
for(i in list) {
for(j in list[i].service) {
if(!list[i].service[j].protocol)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment