#!/bin/sh
date
i=0 while [ $i -le 30 ] do echi $i
/usr/sbin/r2/np_test_acl -f rule.txt
i=$(expr $i + 1) done