File: bootstrap

package info (click to toggle)
git-sizer 1.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 616 kB
  • sloc: sh: 100; makefile: 61
file content (12 lines) | stat: -rwxr-xr-x 162 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

set -e

cd "$(dirname "$0")/.."

export ROOTDIR="$(pwd)"

if [[ "$(uname -s)" = "Darwin" ]]; then
    brew bundle
fi
. script/ensure-go-installed.sh