# The SPIMS software is covered by a license. The use of the software
# represents acceptance of the terms and conditions in the license.
# ******************************************************************
# Copyright (c) 1989, Swedish Institute of Computer Science
# Script 8 - Disk involvement
echo "I told you not to run this one, stupid. It isn't finished yet\!"
if ( 0 ) then
$SpimsBenchDir/ftp/bench <<EOT
1 bulk_get 1024*1000 >file tmp;
EOT
$SpimsBenchDir/null/bench <<EOT
1 bulk_put 1024*1000 <file tmp;
EOT
rm -f tmp
endif
