From eb3fd68203fee7c63245c702914c2acd3332d65a Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Thu, 22 Sep 2022 11:29:07 -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 <