index
:
tama
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
join.sh
blob: e9215ec0719a13907a348f98883b107478f669d5 (
plain
) (
blame
)
1
2
3
4
5
6
join
()
{
ARRAY
=
"
${
1
}
"
echo
"
${
ARRAY
[*]// /
}
"
|
tr
-d
'"'
}