Sign in
pigweed
/
third_party
/
github
/
keith
/
buildifier-prebuilt
/
3a751a9f34cd5ff8a74d7209b2e85004055fdb21
/
.
/
examples
/
simple
/
hello_world.sh
blob: dc9e7d3212cc30c64d5e19d1231973675151acfb [
file
]
#!/usr/bin/env bash
name
=
"World"
[[
$
{#}
>
0
]]
&&
name
=
"${1}"
echo
"Hello, ${name}!"