1
0

remove bookmarks from homepage, relicense homepage

This commit is contained in:
dtb
2023-11-08 11:36:10 -07:00
parent eaf4037ac9
commit 67a44bd7e9
4 changed files with 193 additions and 1460 deletions

View File

@@ -1,17 +0,0 @@
#!/bin/sh
set -e
test -e toki_common \
&& . ./toki_common \
|| . toki_common
test -n "$2" \
&& printf 'Usage: %s (lipu)\n' >&2 \
&& exit 64 \
|| true # syexits(3) EX_USAGE
test -n "$1" \
&& JASIMA="$1"
dd <"$JASIMA" 2>/dev/null

View File

@@ -1,20 +0,0 @@
#!/bin/sh
set -e
test -z "$1" \
&& printf 'Usage: %s [nimi...]\n' "$0" >&2 \
&& exit 64 \
|| true # sysexits EX_USAGE
argv0="$0"
filter=".data.$1.ucsur"
if test -n "$2"
then while test -n "$2"
do filter="$filter, .data.$2.ucsur" \
&& shift
done
fi
toki_lipunimi | jq -r "$filter"