2017-11-02 10:45:31 -07:00
|
|
|
#!/usr/bin/env bash
|
2023-03-02 15:37:05 -05:00
|
|
|
# Copyright (c) HashiCorp, Inc.
|
2023-08-10 15:53:29 -07:00
|
|
|
# SPDX-License-Identifier: BUSL-1.1
|
2023-03-02 15:37:05 -05:00
|
|
|
|
2017-11-02 10:45:31 -07:00
|
|
|
|
2019-11-15 12:25:13 -05:00
|
|
|
cd /opt/gopath/src/github.com/hashicorp/packer && make dev
|