cgit

ref: v0.11.0

tests/filters/dump.sh


1
2
3
4
#!/bin/sh

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