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-argv1.sh
blob: 2ea00982564ee3f63676c982fce9720ead27446f (
plain
)
1
2
3
#!/bin/sh
echo
"
$1
"
|
tr
'[:lower:]'
'[:upper:]'