6 lines
88 B
Bash
6 lines
88 B
Bash
#!/bin/sh
|
|
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
echo "ok"
|