File: unpack-intoli-user-agents

package info (click to toggle)
golang-github-corpix-uarand 0.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 320 kB
  • sloc: python: 55; makefile: 27; sh: 7
file content (4 lines) | stat: -rwxr-xr-x 75 bytes parent folder | download | duplicates (2)
1
2
3
4
#! /usr/bin/env bash
set -e

gunzip | jq -r '.[].userAgent' | sed 's|"||g'