Last active
September 28, 2016 11:43
-
-
Save hellwolf/ae75a93bd92fed8f38f02a7d78a2bc34 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
===== geth-dev | |
#!/bin/bash | |
exec geth \ | |
--datadir "C:\Users\zhimiao\AppData\Roaming\Ethereum.dev" \ | |
--password "C:\Users\zhimiao\AppData\Roaming\Ethereum.dev\dev.passwordfile" \ | |
--dev \ | |
"$@" | |
===== geth-dev-js | |
#!/bin/bash | |
exec geth-dev --exec 'loadScript("'$1'")' attach |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment