From 82cc71261d3d32012d33d3bebe56ca5e3b0bcdbd Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sun, 2 Oct 2022 15:32:49 -0700 Subject: Initial commit. --- test | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100755 test (limited to 'test') diff --git a/test b/test new file mode 100755 index 0000000..d70c720 --- /dev/null +++ b/test @@ -0,0 +1,58 @@ +#!/bin/bash + +set -eu + +FILTER=() + +while [[ $# != 0 ]]; do + if [[ $1 == "-h" ]]; then + cat <