Coding style cleanup
[platform/kernel/u-boot.git] / board / MAI / bios_emulator / scitech / bin / cdit
1 #! /bin/sh
2
3 cd $1
4 PROG=$2
5 shift 2
6 rm -f *.lib *.a
7 $PROG $*
8 RET=$?
9 cd ..
10 exit $RET