]> gitweb.ps.run Git - ps-cgit/blob - tests/filters/capitalize-stdin.sh
parsing.c: Remove leading space from committer
[ps-cgit] / tests / filters / capitalize-stdin.sh
1 #!/bin/sh
2
3 [ "$#" -gt 0 ] && printf "%s " "$*"
4 tr '[:lower:]' '[:upper:]'