There was an error while loading. Please reload this page.
Welcome to the hrp2ev3 wiki!
wget http://www.toppers.jp/download.cgi/ev3rt-${REL}-release.zip && \ unzip ev3rt-${REL}-release.zip ev3rt-${REL}-release/hrp2.tar.xz && \ rm -fr hrp2 && \ tar xf ev3rt-${REL}-release/hrp2.tar.xz && \ find hrp2ev3 -maxdepth 1 | egrep -v '^(hrp2ev3/.git|\.|\.\.|hrp2ev3)$' | xargs rm -fr && \ rsync -az hrp2/ hrp2ev3/ && \ cd hrp2ev3 && \ git add --all && \ git commit -m "From ev3rt-${REL}-release/hrp2.tar.xz" && \ cd ..