mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-11-11 05:33:39 +01: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 ) );
|