7 lines
153 B
Bash
Executable file
7 lines
153 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
|
cd /opt/gopath/src/github.com/hashicorp/nomad && make bootstrap
|