Per evitare le mail pubblicitarie (magari possono essere già a scannerizzare le immagini .gif), ti chiederei di aprire il tuo programma di posta elettronica e inserire l'indirizzo corretto... grazie! L'indirizzo è l'output di questo script bash, semplice tanto da girare anche solo nella testa.
#! /bin/bash
a1="grande"
a2="pastrano"
echo ${a1:0:1}${a2:0:1}"@antani.se"
O prendi le iniziali del mio nome (le trovi qui), e aggiungici "@antani.se"
To avoid spam (I'm waiting they'll ocr chars in .gif images), I ask you to open your mailer and then insert the correct address... thanks! Address is composed thinking a simple bash script, it is simple to run in your head so.
#! /bin/bash
a1="great"
a2="pastrano"
echo ${a1:0:1}${a2:0:1}"@antani.se"
Or get the initials of my name (you'll find them here), and add "@antani.se"