#!/bin/bash

exec 2>&1
set -eux

# Test whether mininet starts properly
echo pingall | sudo mn
