mirror of
https://github.com/sbrow/ps.git
synced 2025-12-29 18:47:38 -05:00
v2 now in separate folder
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
#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