~justin-fathomdb/nova/virtualbox-support

« back to all changes in this revision

Viewing changes to dev-scripts/up.sh

  • Committer: Justin Santa Barbara
  • Date: 2010-08-21 11:37:00 UTC
  • Revision ID: justin@fathomdb.com-20100821113700-syae0bda6bg4q48m
Added network to up/down helper scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
screen -X screen -t object ${BASE}/objectstore.sh
7
7
screen -X screen -t compute ${BASE}/compute.sh
8
8
screen -X screen -t volume ${BASE}/volume.sh
 
9
screen -X screen -t network ${BASE}/network.sh
9
10