#!/bin/sh

if [ ! -d $HOME/cwbot ] ; then
  cp -a /usr/share/cwbot $HOME
fi
echo "Sorry, CWBot is meant to be used in $HOME/cwbot"
