#!/bin/bash

#Try to access gmail in elinks using the "nocheck" login

elinks http://mail.google.com/mail?nocheckbrowser

#that's all, folks...
