2 lines
85 B
Bash
Executable file
2 lines
85 B
Bash
Executable file
#!/usr/bin/env ash
|
|
GOCACHE=/src/.gocache go build -o protohacking -ldflags "-s -w" .
|