nodejs from source
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#include <unistd.h>
|
||||
#define ERR 1
|
||||
|
||||
#define node "/bin/node"
|
||||
#include <stdio.h>
|
||||
//Chemin exacte de node (a changer aprés la creation d'un gestionnaire de packets)
|
||||
#define node "/usr/local/bin/node"
|
||||
#define chibrax "/chibrax/index.js"
|
||||
|
||||
int main() {
|
||||
return execl(node, node, chibrax);
|
||||
execl(node, node, chibrax);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user