netns-exec: add c program to execute commands in netns

c program allows executing commands in nb-bitcoind, nb-lnd, nb-liquidd
(the netns's needed for operator cli scripts).
This commit is contained in:
Jonas Nick
2020-07-21 09:38:16 +00:00
committed by nixbitcoin
parent 5bb9aa5d6d
commit 4a7199a3da
4 changed files with 100 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
main: main.c
gcc -lcap -o main main.c