random-pol-comment.sh 172 B

123456
  1. #!/usr/bin/env bash
  2. set -euo pipefail # bash strict mode
  3. curl https://a.4cdn.org/pol/catalog.json \
  4. | jq '.[0].threads[2].last_replies[0].com' \
  5. | sed 's/<.*>//gm'