aboutsummaryrefslogtreecommitdiff
blob: a417e2285514d436ba9dbd04cf040adaf75db7bc (plain)
1
2
3
4
5
#!/bin/bash
while [ $# -gt 0 ] ; do
    grep '^catalogue-license' $1.tlplic | awk '{print $2}'
    shift
done