#!/bin/sh for f in `ls $HOME/.dotfiles/bootstrap/*.sh`; do bash $f done