Code:
#!/bin/bash
`which wget` http://patch.everquest.com:7000/patch/everquest/main/spells_us.txt.gz
`which gunzip` spells_us.txt.gz
`which mv` /usr/local/share/showeq/spells_us.txt /usr/local/share/showeq/spells_us.txt.old
`which mv` spells_us.txt /usr/local/share/showeq/
^^^^ simple shell script to download the spells_us.txt straight from the EQ patch servers and move it to the showeq dir ;)

PS - Once I get a bit of time to code again (few days) I'l add an option into SEQ to download this file using QT's http stuff :)
(triggered of course, automatic stuff is bad ;) But this should work for now :)

UnGod/Belith