]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/MAI/bios_emulator/scitech/bin/cdit
* Patch by Thomas Frieden, 13 Nov 2002:
[karo-tx-uboot.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