docs/community/samples/serving/helloworld-shell/script.sh

5 lines
40 B
Bash
Executable File

#!/bin/sh
echo Hello ${TARGET:=World}