We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 801be6d commit 83feba5Copy full SHA for 83feba5
make.sh
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+
3
+gcc -D_GNU_SOURCE -o newns ./newns.c
4
+gcc -fPIC -c -o mark.o mark.c
5
+gcc -shared -o mark.so mark.o -ldl
0 commit comments