#!/bin/awk -f

BEGIN {
  for (i=0;i<max;i++) {
    printf("edit unit %d\nU %d\nS -1\n\n",i,i);
  }
}
