Annotation of embedaddon/php/ext/snmp/tests/bigtest.sh, revision 1.1

1.1     ! misho       1: #!/bin/sh
        !             2: 
        !             3: Q="";
        !             4: i=0;
        !             5: while [ $i -lt 32 ]; do
        !             6:        Q="${Q}\3\2\4\11\22\13\14\15\16\17\20\21\22\23\24\25\26\27";
        !             7:        i=$((i+1));
        !             8: done
        !             9: 
        !            10: printf "${Q}"

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>