Artifact 96363515df239daacce3c347ef865a99dacea6b2:
- Executable file work/dist-id/addmass.sh — part of check-in [e81ddf1c7b] at 2004-02-27 00:32:47 on branch trunk — This is the importation of many files, again. (user: rkeene size: 188)
#!/bin/sh for dist in slackware; do for vermaj in `seq 7 7`; do for vermin in `seq 1 1`; do for arch in i386; do ./dist-id $dist $arch $vermaj $vermin done done done done