cgit

ref: v1.2.1

tests/filters/dump.sh


1
2
3
4
#!/bin/sh

[ "$#" -gt 0 ] && printf "%s " "$*"
tr '[:lower:]' '[:upper:]'