mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 11:29:57 +00:00
11 lines
80 B
Bash
Executable File
11 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eux
|
|
|
|
./scripts/download >&2
|
|
go generate >&2
|
|
git diff
|
|
|
|
exit 0
|
|
|