To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / deploy / vagrant / start.sh @ 1610:c6bee0e62957

History | View | Annotate | Download (94 Bytes)

1
#!/bin/bash
2

    
3
mydir=$(dirname "$0")
4
. "$mydir"/../any/prepare.sh
5

    
6
cd "$managerdir"
7
vagrant up
8