openenvutils/commandshell/shell/test/scripts/externalcmd_test.sh
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 10:12:00 +0200
changeset 0 2e3d3ce01487
permissions -rw-r--r--
Revision: 201002 Kit: 201005

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