all repos — cgit @ f5c83d7b5ddceb03e1c6bda2e43c48500c7da9f5

a hyperfast web frontend for git written in c

tests/filters/dump.sh (view raw)

1#!/bin/sh
2
3[ "$#" -gt 0 ] && printf "%s " "$*"
4tr '[:lower:]' '[:upper:]'