#! /usr/bin/env runjs var Base58Tool = Packages.me.hatter.tools.commons.tool.Base58Tool; var main = () => { Base58Tool.main($ARGS); }; main();