Creating a setup.py file
[osm/vim-emu.git] / start_dcnetwork
1 #!/bin/bash
2
3 # start DC Network
4 cd emuvim/
5 python example_topology.py
6
7