u-boot/board/MAI/bios_emulator/scitech/bin/cdit
2005-07-21 11:22:21 +02:00

10 lines
82 B
Bash
Executable file

#! /bin/sh
cd $1
PROG=$2
shift 2
rm -f *.lib *.a
$PROG $*
RET=$?
cd ..
exit $RET