Skip to content

Instantly share code, notes, and snippets.

@hellwolf
Last active September 28, 2016 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hellwolf/ae75a93bd92fed8f38f02a7d78a2bc34 to your computer and use it in GitHub Desktop.
Save hellwolf/ae75a93bd92fed8f38f02a7d78a2bc34 to your computer and use it in GitHub Desktop.
===== 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