intake/test/hello.sh

6 lines
99 B
Bash
Raw Normal View History

2025-02-24 20:03:14 +00:00
#!/bin/sh
cat /dev/random \
| base32 \
| head -c8 \
| jq -cR '{id: ., title: "Hello"}'