blob: 4bfbf22ad57d187418e94fe5a3f0070efdb9b891 [file] [log] [blame]
// write.data.js out.json in.json
const fs = require('fs')
fs.writeFileSync(process.argv[2], fs.readFileSync(process.argv[3], 'utf8'))