TO 2023 REBRAND

This commit is contained in:
Bel LaPointe
2023-10-23 09:45:31 -06:00
parent 91799b978a
commit c739041642
10 changed files with 739 additions and 428 deletions

7
cv/pick_n.sh Normal file
View File

@@ -0,0 +1,7 @@
#! /bin/bash
cd "$(dirname "$(realpath "$BASH_SOURCE")")"
cat ./20* \
| gojq -c --yaml-input '.[] | [.grade, (.quantity | length), .]' \
| sort \
| head -n ${1:-${N:-15}} \
| $(which jq) -c