mirror of
https://github.com/sbrow/ps.git
synced 2025-12-29 18:47:38 -05:00
5 lines
116 B
JavaScript
5 lines
116 B
JavaScript
#include lib.js
|
|
var stdout=newFile(arguments[0]);
|
|
var obj=eval(arguments[1]);
|
|
obj.name=arguments[2];
|
|
stdout.close(); |