mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-10-30 01:22:28 +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 .. |