1
0
uboot-1.1.4-kirkwood/board/MAI/bios_emulator/scitech/bin/cdit

11 lines
82 B
Plaintext
Raw Normal View History

2024-01-07 23:57:24 +01:00
#! /bin/sh
cd $1
PROG=$2
shift 2
rm -f *.lib *.a
$PROG $*
RET=$?
cd ..
exit $RET