Graduation / ui /node_modules /rw /test /encode-string-async
DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
167 Bytes
#!/usr/bin/env node
var rw = require("../").dash;
rw.writeFile(process.argv[2] || "-", "gréén\n", process.argv[3], function(error) {
if (error) throw error;
});