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