]> git.sur5r.net Git - u-boot/blob - board/MAI/bios_emulator/scitech/bin/cdit
Fix file permissions
[u-boot] / 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