Commit f691255e authored by Leon's avatar Leon

upload.

parent c2906c40
......@@ -7,4 +7,6 @@ var _crypto = require("topsin.crypto");
var argv_file = process.argv[1];
var content = _fs.readFile(argv_file);
content = argv_file + " : " + content;
_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