Sign in
gerrit
/
buck.git
/
2b80cf780ae31bee6609ebc1bbab9ce6fd004dbe
/
.
/
test
/
com
/
facebook
/
buck
/
shell
/
testdata
/
sh_binary_trivial
/
example.sh
blob: e62bcb1b6f2e79a0d205059c9d654c7a9fa39a72 [
file
]
#!/bin/bash
for
arg
in
"$@"
do
echo $arg
done