Commit b476b137 authored by George Hotz's avatar George Hotz

copy files for minigeth

parent 29dc52bb
common/big.go
common/bytes.go
common/size.go
common/types.go
#!/bin/bash
FILES=$(cat files_minigeth)
MINIGETH=$PWD/minigeth
git clone https://github.com/ethereum/go-ethereum.git
cd go-ethereum
git checkout 26675454bf93bf904be7a43cce6b3f550115ff90
rsync -Rv $FILES $MINIGETH
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment