ubuntuusers.de

Unbenannt

Datum:
19. Juli 2014 09:35
Code:
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
hostcounter=1
for a in range-of-a
do
   for b in range-of-b
   do
      for c in range-of-c
      do
         some stuff
         with a b and c
      done
   done
   increment hostcounter by 1
   check if hostcounter is 90
   if hostcounter is 90, set hostcounter to 1 again
done