#include #define ERR 1 #define node "/bin/node" #define chibrax "/chibrax/index.js" int main() { return execl(node, node, chibrax); }