index
:
runc.git
main
Execute C source files like shell scripts
Git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
config.h
blob: f27b17ff01ce012141b22e5bcf611724f0248930 (
plain
) (
blame
)
1
2
3
4
5
6
7
struct
compile_cmd_t
{
char
*
cmd
;
char
*
args
;
char
*
fileext
;
};
void
get_commands
();