blob: 3bb955c4e9c2f749193764b1dd6dfe79e2b26f2f (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
## SPDX-License-Identifier: CC0-1.0
##
## Copyright (C) 2025 Woj. Kosior <koszko@koszko.org>
exec ./compute-unflattened-multiver-counts.sh "$1" \
--omit-packages-with-breaking-changes
|