mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
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 ) );
|