forked from science-ation/science-ation
69eb9a2817
needs to be trimmed back theres wxtra crap in the folder
6 lines
166 B
JavaScript
6 lines
166 B
JavaScript
load("build/ParseMaster.js", "build/packer.js", "build/writeFile.js");
|
|
|
|
var out = readFile( arguments[0] );
|
|
|
|
writeFile( arguments[1], pack( out, 62, true, false ) );
|