File: install_all.sh

package info (click to toggle)
etcd 3.5.16-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,892 kB
  • sloc: sh: 3,139; makefile: 478
file content (4 lines) | stat: -rwxr-xr-x 116 bytes parent folder | download | duplicates (6)
1
2
3
4
#!/usr/bin/env bash

cd ./tools/mod || exit 2
go list --tags tools -f '{{ join .Imports "\n" }}' | xargs go install