Skip to content
Snippets Groups Projects
web_stats.sh 193 B
Newer Older
Glenn Proctor's avatar
Glenn Proctor committed
#!/bin/sh

mysql -u ensro -h ecs3 -P 3307 -e 'select week_beginning,hits,size,pi from summary where YEAR(week_beginning) >= 2003 AND vhost_id = 3 ORDER BY week_beginning' ensembl_summary_stats