1
0

toki stuff

This commit is contained in:
dtb 2023-09-03 02:24:01 -04:00
parent 1689f78225
commit c9ed19cb49

View File

@ -2,10 +2,6 @@
set -e
test -e toki_common \
&& . ./toki_common \
|| . toki_common
test -z "$1" \
&& printf 'Usage: %s [nimi...]\n' "$0" >&2 \
&& exit 64 \
@ -21,4 +17,4 @@ if test -n "$2"
done
fi
jq -r "$filter" <$JASIMA
toki_lipunimi | jq -r "$filter"