Thomas Vachuska | e76f653 | 2015-07-08 09:40:53 -0700 | [diff] [blame] | 1 | #!/bin/bash |
2 | # ----------------------------------------------------------------------------- | ||||
3 | # Starts the specified mininet topology. | ||||
4 | # ----------------------------------------------------------------------------- | ||||
5 | cd $(dirname $0) | ||||
6 | |||||
7 | topo=${1:-att-onos.py} | ||||
8 | |||||
9 | [ -n "$1" ] && shift | ||||
10 | sudo python $topo "$@" |