Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 756cec81f2415651b9b72345f711e486 > files > 76

kernel-5.5.6-2.mga7.src.rpm

#!/bin/bash
counter=100

for line in $(cat series);do
    echo -e Patch0$counter:'\t'$line;
    ((counter++))
done