5 lines
121 B
Bash
Executable File
5 lines
121 B
Bash
Executable File
|
|
|
|
#!/bin/bash
|
|
|
|
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -tags=jsoniter -o ./cron_`date '+%Y%m%d_%H%M%S'` ../main.go |