Possible Duplicate:
Start background process from .bashrc
I’m executing a script in .bashrc and the user prompt will not appear until all commands have executed. Is there a way, on launching a terminal, that the prompt appears while the commands execute in the background?
Thanks for any assistance!
append
&to your command to have it run in the background.