intake/test/hello.sh

6 lines
99 B
Bash
Executable File

#!/bin/sh
cat /dev/random \
| base32 \
| head -c8 \
| jq -cR '{id: ., title: "Hello"}'