1
0

initial commit

This commit is contained in:
2021-02-27 16:36:29 +01:00
commit ed3fe5a462
4 changed files with 199 additions and 0 deletions

10
Makefile Normal file
View File

@ -0,0 +1,10 @@
build:
go build -o bin/org2nb main.go
install:
cp bin/org2nb ~/.local/bin/
run:
go run main.go
all: build install