     #!/bin/sh
     set -e
     echo ""
     echo "The installation of BitComet has been completed. Welcome to start using it!"
     echo "To launch the graphical user interface (GUI) version of the program, type \"\033[32mBitComet\033[0m\"."
     echo "To launch the console version of the program with Web UI, type \"\033[32mbitcometd\033[0m\"."
     echo ""
     exit 0
