mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-21 06:07:21 -04:00
6 lines
150 B
Bash
Executable file
6 lines
150 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Copyright IBM Corp. 2013, 2025
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
|
|
cd /opt/gopath/src/github.com/hashicorp/packer && make dev
|