How can I tell when a given process exits? Like when it's done running and stuff.
For instance:
# Command 1
wget http://releases.ubuntu.com/14.04/ubuntu-14.04-desktop-amd64.iso
# Command 2
echo "I'm a command"
How would I schedule to have Command 2 run when Command 1 exits?