index
:
cgit
master
Web front-end for git that you're looking at right now. Might have had a few additions from upstream.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tests
/
filters
/
capitalize-argv1.sh
blob: 2ea00982564ee3f63676c982fce9720ead27446f (
plain
)
1
2
3
#!/bin/sh
echo
"
$1
"
|
tr
'[:lower:]'
'[:upper:]'