EdgeAIG's picture
download
raw
336 Bytes
#!/usr/bin/env node
const { dirname } = require('path');
const { fileURLToPath } = require('url');
const { exec } = require('child_process');
process.chdir(dirname(__dirname));
exec('prebuildify-ci download', (error, stdout, stderr) => {
console.error(stderr);
console.log(stdout);
if (error?.code)
process.exit(error.code);
});

Xet Storage Details

Size:
336 Bytes
·
Xet hash:
9cd2df1fb01539c00b030812364673c59e2fd1662a2d511c676fc89b69a058bc

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.