blob: dc9e7d3212cc30c64d5e19d1231973675151acfb [file]
#!/usr/bin/env bash
name="World"
[[ ${#} > 0 ]] && name="${1}"
echo "Hello, ${name}!"