PyWeek - illume

Self imposed extra rule: 'Must do all art+sound+music+fonts etc from scratch too.'
This is a solo entry by illume.

Awards

Give this entry an award

Thursday 16 August, 2007

[ illume @ 08:38 ] one line shell script to count number of entries

echo -n "Number of entries... ";
wget -q -O - http://www.pyweek.org/5/entries/ | grep 'clear: right' | wc -l