#!/bin/sh
cal > /tmp/calen
echo >> /tmp/calen
date >> /tmp/calen
edx -w 21 -h 12 -xg 20 -yg 20 /tmp/calen &
sleep 2
rm /tmp/calen
