Main BLOGGER
Google
WWW THIS BLOG
Thursday, November 17, 2005
 
csh script examples
http://quong.best.vwh.net/shellin20/#LtohTOCentry-21

#! /bin/sh
URL=$1
I=$2
if [ x$URL = x ]; then
URL=localhost:9000
fi

if [ x$I = x ]; then
I=1
fi
while [ $I != 0 ]; do
I=$(( I-1 ))
linux2.4-glibc2.3-x86/dynamic_debug/test -u $URL -a 200K -t sync -f dummy -d get -i 1;

linux2.4-glibc2.3-x86/dynamic_debug/test -u $URL -a 2M -t sync -f dummy -d get -i 1;
done



<< Home

Powered by Blogger

Google
WWW THIS BLOG