index
:
utils.git
master
Some useful commands, and some less useful ones. With manuals.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
strjoin
blob: 83b2a9cc866a807d9976e30c8c995221807cfc4b (
plain
)
1
2
3
4
5
6
#!/bin/sh sep=$1 shift printf '%s' "$1" shift printf "$sep"'%s' "$@"