#!/bin/bash FILE=dbox.tar.gz make clean tar cvfz $FILE level* Makefile mktar *.c if [ `uname` != "Linux" ] ; then mv $FILE ~/desktop fi