index
:
cgit
custom
personal fork of cgit, lowercase strings and click to copy repo url
yigit sever
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
filters
/
capitalize-stdin.sh
blob: da6f7a1b181bf4bf6427e75c8d21a27dfb9f0f16 (
plain
)
1
2
3
4
#!/bin/sh
[
"
$#
"
-gt
0
]
&&
printf
"%s "
"
$*
"
tr
'[:lower:]'
'[:upper:]'