This website requires JavaScript.
Explore
Help
Register
Sign In
V3s_Allwinner
/
uboot
Watch
1
Star
0
Fork
You've already forked uboot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
2
Wiki
Activity
f2c2a937d8
uboot
/
board
/
MAI
/
bios_emulator
/
scitech
/
bin
/
cdit
11 lines
82 B
Bash
Executable File
Raw
Blame
History
#! /bin/sh
cd
$1
PROG
=
$2
shift
2
rm -f *.lib *.a
$PROG
$*
RET
=
$?
cd
..
exit
$RET
Reference in New Issue
View Git Blame
Copy Permalink