#!/bin/bash
find ./ -name \*.o -print -exec 'rm' {} \;
