mirror of
https://github.com/sbrow/ps.git
synced 2026-02-28 03:01:43 -05:00
v2 now in separate folder
This commit is contained in:
6
v2/runner/scripts/test.jsx
Normal file
6
v2/runner/scripts/test.jsx
Normal file
@@ -0,0 +1,6 @@
|
||||
#include lib.js
|
||||
var f = newFile(arguments[0]);
|
||||
for (var i = 0; i < arguments.length; i++) {
|
||||
f.writeln(arguments[i]);
|
||||
}
|
||||
f.close();
|
||||
Reference in New Issue
Block a user