#!/bin/sh

PLUCKERDIR=~/.plucker

cd $PLUCKERDIR

# delete old pdb files
rm -f $PLUCKERDIR/*.pdb > /dev/null 2>&1

# generate pdb files


