Tidying up after eMusic

I use eMusic a fair bit but the way it leaves m3u files all over my desktop is quite annoying. So I’ve written a tiny AlleScript to deal with them:

tell application “Finder”
delete (every file of the desktop whose name ends with “m3u”)
end tell

That’s it. Just save it as an .SCPT file and put it in the /Library/Scripts folder if you want it available from the AppleScript menu.