Files
notes/work/notea/.spike/request/list_ids.sh
Bel LaPointe 8970da11e5 no submod
2023-04-17 11:20:05 -06:00

4 lines
105 B
Bash

#! /bin/bash
curl -sS localhost:3000/api/tree | jq -r '.items | to_entries[].value.id' | grep -v ^root$