This website works better with JavaScript.
Explore
Help
Sign In
katolaz
/
cgit-70
Watch
1
Star
0
Fork
You've already forked cgit-70
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
a gopher interface forked from the popular cgit
1146
Commits
3
Branches
43
Tags
1.9 MiB
Tree:
8ae1d8b8fd
cgit-70
/
tests
/
filters
/
capitalize-argv1.sh
3 lines
50 B
Raw
Blame
History
#!/bin/sh
echo
"
$1
"
|
tr
'[:lower:]'
'[:upper:]'
Reference in new issue
View Git Blame
Copy Permalink