openenvutils/commandshell/shell/test/scripts/externalcmd_test.sh
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 19 Feb 2010 22:58:54 +0200
branchRCL_3
changeset 1 0fdb7f6b0309
parent 0 2e3d3ce01487
permissions -rw-r--r--
Revision: 201002 Kit: 201007

let count=0;
while [ $count != 25 ]
 do
	ps;
	grep;
	find;
	zip;
	unzip;
	echo $count;
	let count+=1;
done