#!/bin/bash
# Recurse all submodules from the bottom up (not top-down as is usual)

git submodule foreach "git submodule foreach '$@' && $@"
