#!/usr/bin/env bash
set -x
NAME=${1:-bbsim}
exec voltctl device enable $(voltctl device create -t openolt -H bbsim.voltha.svc:50060)
