This website works better with JavaScript
Home
Explore
Help
Sign In
zorun
/
kea-hook-runscript
Watch
1
Star
0
Fork
1
Files
Issues
0
Pull Requests
0
Tree:
daf87a3e35
Branches
Tags
master
v1.1.0
v1.0.0
kea-hook-run...
/
src
/
runscript.h
runscript.h
95 B
History
Raw
1
2
3
4
5
6
extern "C" {
int run_script(const char *scriptpath, const char *arg0, char *const *envp);
}