#!/bin/sh

exec vtysh -c 'exit' -d "$(basename "${PWD}")" >/dev/null 2>&1
