added new cli commands

This commit is contained in:
2021-03-22 16:24:22 +04:00
parent 78dfb37311
commit 380e5afcfe
11 changed files with 273 additions and 107 deletions

View File

@@ -1,5 +1,8 @@
SHELL := /bin/bash
install:
$(shell mkdir /etc/p2p-rendering && chmod +r /etc/p2p-rendering && touch /etc/p2p-rendering/ip_table.json)
build:
go build -o main main.go