a gopher interface forked from the popular cgit
cgit-70/tests/filters/capitalize-argv1.sh

3 lines
50 B

#!/bin/sh
echo "$1" | tr '[:lower:]' '[:upper:]'