Skip to content

Instantly share code, notes, and snippets.

@you21979
Last active August 29, 2015 14:15
Show Gist options
  • Save you21979/b19414c206fb055eff8a to your computer and use it in GitHub Desktop.
Save you21979/b19414c206fb055eff8a to your computer and use it in GitHub Desktop.
某所
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