#! /bin/sh

map=/u/eos/wdb2/F
export map

for i in $map/*.bin
do
  echo $i
  Rinsert -f `basename $i .bin`
done

