#!/bin/sh
# POSIX_REF: 2.9.1 Simple Commands
# DESCRIPTION: Simple echo command execution
# EXPECT_OUTPUT: hello
echo hello
