index
:
cgit
git-http-backend
master
A hyperfast web frontend for git repositories written in C
summary
refs
log
blame
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tests
/
filters
/
capitalize-argv1.sh
blob: 2ea00982564ee3f63676c982fce9720ead27446f (
plain
) (
tree
)
ce56d89
1
2
3
#!/bin/sh echo "$1" | tr '[:lower:]' '[:upper:]'