mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-05 12:45:10 +01:00
7 lines
150 B
Bash
Executable File
7 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
|