Commit c2906c40 authored by Leon's avatar Leon

upload.

parent 70aeed93
var _process = require("process");
var _fs = require("fs");
var _ = require("lodash");
var _error = require("topsin.error");
var _crypto = require("topsin.crypto");
var argv_file = process.argv[1];
var content = _fs.readFile(argv_file);
_fs.writeFile(_.format("E:/{0}.txt", _crypto.uuid()), content);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment