mirror of
https://github.com/ultrasn0w/huso.git
synced 2025-12-13 23:09:52 +01:00
4 lines
90 B
Bash
Executable File
4 lines
90 B
Bash
Executable File
#!/bin/bash
|
|
date=$(date '+%Y-%m-%dT%H:%M:%S')
|
|
go build -ldflags "-X main.buildTime=$date"
|