Tuesday, December 4, 2007

wget and bash

If you want to download a script and run it right away, then, you can run this command to ease your task.

wget -qO- http://myserver/myscript.sh | /bin/bash