mirror of
https://github.com/yorukot/superfile.git
synced 2025-02-06 14:29:37 +00:00
5 lines
73 B
Bash
Executable File
5 lines
73 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# build the app
|
|
CGO_ENABLED=0 go build -o ./bin/spf
|