#!/bin/bash

#  git remote add dep-mruby https://github.com/mruby/mruby.git

git subtree pull --prefix=mruby --squash dep-mruby master
