File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / snmp / tests / bigtest.sh
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Jul 22 01:32:01 2013 UTC (11 years ago) by misho
Branches: php, MAIN
CVS tags: v5_4_29p0, v5_4_29, v5_4_20p0, v5_4_20, v5_4_17, HEAD
5.4.17

#!/bin/sh

Q="";
i=0;
while [ $i -lt 32 ]; do
	Q="${Q}\3\2\4\11\22\13\14\15\16\17\20\21\22\23\24\25\26\27";
	i=$((i+1));
done

printf "${Q}"

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