index
:
website
master
http://neetlo.li
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
makenew.c
blob: 6468caa36a0bf28f3385a2b3f4c6716dd591bbe8 (
plain
)
1
2
3
4
5
6
#include
<stdlib.h>
int
main
(
void
)
{
system
(
"./make.sh"
);
return
0
;
}