#!/bin/sh # # Optimal Foraging Theory Revisited # by Theodore P. Pavlic # The Ohio State University, Spring 2007, M.S. Fulfillment # # (c) Copyright 2007 by Theodore P. Pavlic # # This script deletes all of the auxillary files generated by the thesis # building process. # rm -f optimal_foraging_theory.dvi rm -f optimal_foraging_theory.ps rm -f optimal_foraging_theory.log rm -f optimal_foraging_theory.out rm -f optimal_foraging_theory.toc rm -f optimal_foraging_theory.lof rm -f optimal_foraging_theory.lot rm -f optimal_foraging_theory.bbl rm -f optimal_foraging_theory.brf rm -f optimal_foraging_theory.blg rm -f optimal_foraging_theory.ain rm -f optimal_foraging_theory.acn rm -f optimal_foraging_theory.acr rm -f optimal_foraging_theory.alg rm -f optimal_foraging_theory.gls rm -f optimal_foraging_theory.glo rm -f optimal_foraging_theory.glg rm -f optimal_foraging_theory.ind rm -f optimal_foraging_theory.idx rm -f optimal_foraging_theory.ilg rm -f optimal_foraging_theory.ter rm -f optimal_foraging_theory.tem rm -f optimal_foraging_theory.tlg rm -f oft_ch0_ack.aux rm -f oft_ch0_vita.aux rm -f oft_ch1_intro.aux rm -f oft_ch2_model.aux rm -f oft_ch3_optimization_objectives.aux rm -f oft_ch4_optimization_results.aux rm -f oft_ch5_conclusion.aux rm -f oft_zapp_markov_encounter_sto_limits.aux rm -f optimal_foraging_theory.aux