#!/bin/bash set -eu FILTER=() while [[ $# != 0 ]]; do if [[ $1 == "-h" ]]; then cat <