9 lines
146 B
Bash
Executable file
9 lines
146 B
Bash
Executable file
#!/bin/sh -xe
|
|
apk add --quiet git go
|
|
git clone --quiet file:///src repo
|
|
cd repo
|
|
go build .
|
|
|
|
apk add --quiet file
|
|
file downloader
|
|
du -h downloader
|