#!/bin/sh

rm -rf `cat tmp.files`

( cd hello ; ./run ) 
( cd lib ; ./run ) 
( cd app ; ./run )
( cd cross ; ./run ) 
