#!/bin/csh -f


@ f = $1 - 1
@ g = $f * 10
@ h = $g + 9

echo frame $h

echo load b3-$h > script
echo gflush >> script


