Está faltando um fi
na linha 18
read -p "If you are sure then type DUCKS in all caps. If not type that isn't DUCKS."
if [ "$REPLY" != "DUCKS" ]; then
echo "QUACK..."
exit 1
fi
gconftool-2 --set /apps/gnome-terminal/profiles/Default/title --type=string "Removing ads"
A cotação de $REPLY
também ajuda.