#!/bin/sh set -ex for f in autotitle misc do cd $f make make install INSTALLDIR=$HOME/personal/@@$platform@@/bin cd .. done