mirror of
https://github.com/selfhosters-cc/container-census.git
synced 2026-02-14 10:50:33 -06:00
3 lines
99 B
Bash
Executable File
3 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
CGO_ENABLED=1 go build -o /tmp/census-server ./cmd/server && ls -lh /tmp/census-server
|