mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2026-01-05 14:31:26 +00:00
4 lines
63 B
Bash
Executable File
4 lines
63 B
Bash
Executable File
# build without debug
|
|
cd src
|
|
go build -v -o ../databunker
|
|
cd .. |