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