pin-generation/scripts/generate-srcnames-from-debian-qa
2024-10-13 20:41:34 +03:00

2 lines
64 B
Bash

#! /bin/bash
cat "$1" | cut -f1 -d " " | cut -f1 -d"*" | sort -u