index
:
cgit-pink
this commit
master
wiki
web frontend for git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
filters
/
capitalize-argv1.sh
blob: 2ea00982564ee3f63676c982fce9720ead27446f (
plain
) (
blame
)
1
2
3
#!/bin/sh
echo
"
$1
"
|
tr
'[:lower:]'
'[:upper:]'