Removed v2 tree

It finally became do-able with go 1.11
This commit is contained in:
Unknown
2018-09-03 02:37:37 -04:00
parent 51b05140fe
commit de16f2c85f
66 changed files with 31 additions and 3291 deletions

View File

@@ -0,0 +1,2 @@
#include lib.js
var stdout = newFile(arguments[0]);stdout.writeln(app.activeDocument.fullName);stdout.close();

View File

@@ -1,4 +1,5 @@
#include lib.js
alert(app.activeDocument.path)
var f = newFile(arguments[0]);
for (var i = 0; i < arguments.length; i++) {
f.writeln(arguments[i]);