#!/bin/bash ###### Information ############################################################################ # Copyright OpenSearch Contributors # SPDX-License-Identifier: Apache-2.0 # # The OpenSearch Contributors require contributions made to # this file be licensed under the Apache-2.0 license or a # compatible open source license. # # Name: hello-world.sh # Language: Shell # # About: Script to be used by tests # # Usage: ./hello-world.sh # ############################################################################################### echo "Hello World"