This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
kpatch
mirror of
https://github.com/dynup/kpatch
Watch
1
Star
0
Fork
You've already forked kpatch
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e1099dbbc1
kpatch
/
test
/
testall.sh
8 lines
76 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
for
i in *.c
do
TESTCASE
=
${
i
%.*
}
./testone.sh
$TESTCASE
done
Reference in New Issue
View Git Blame
Copy Permalink