#!/bin/sh
#
#  This will copy the script and man page to 
# the following locations. Thats it.
#
#

cp ./bbsim.pl-0.12 /usr/bin/bbsim
mv ./bbsim.1 /usr/share/man/man1
