#!/bin/bash #Moses used to run autotools. This helps people migrate to bjam by deleting files that it generated. Run it in the top-level directory. while read a; do rm -rf $a done <