Last active
August 29, 2015 14:15
-
-
Save you21979/b19414c206fb055eff8a to your computer and use it in GitHub Desktop.
某所
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var base58 = require('base58-native'); | |
var opt = process.argv.splice(2); | |
var data = opt.shift(); | |
console.log(base58.decode(data) + '') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment