root/gp/zope/lastfm/lastfm.sh

Revision 256, 208 bytes (checked in by gawel, 21 months ago)

add sleep

  • Property svn:executable set to *
Line  
1 #!/bin/sh
2
3 BASE=http://ws.audioscrobbler.com/1.0/user
4 USER=gawi
5 wget -q $BASE/$USER/recentlovedtracks.xml -O /tmp/recentlovedtracks.xml
6 sleep 30
7 wget -q $BASE/$USER/recenttracks.xml -O /tmp/recenttracks.xml
Note: See TracBrowser for help on using the browser.