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