File: generate_all

package info (click to toggle)
gmp-ecm 7.0.4%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 4,728 kB
  • sloc: asm: 36,431; ansic: 34,057; xml: 885; python: 799; sh: 698; makefile: 348
file content (6 lines) | stat: -rwxr-xr-x 115 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
#!/bin/sh

for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20; do
  ./autogen.py $i > mulredc$i.asm
done