mirror of
https://github.com/sbrow/ps.git
synced 2025-12-29 18:47:38 -05:00
Added back in v1
This commit is contained in:
5
runner/scripts/SetName.jsx
Normal file
5
runner/scripts/SetName.jsx
Normal file
@@ -0,0 +1,5 @@
|
||||
#include lib.js
|
||||
var stdout=newFile(arguments[0]);
|
||||
var obj=eval(arguments[1]);
|
||||
obj.name=arguments[2];
|
||||
stdout.close();
|
||||
Reference in New Issue
Block a user