#!/bin/bash
# Copyright (c) 2022 Oracle and/or its affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at
# http://oss.oracle.com/licenses/upl.

# shortcut to this compartment ocid

METADATA=/usr/bin/oci-metadata
THISOCID=$("${METADATA}" --get id --value-only)
echo "${THISOCID}"
