1#!/bin/sh
2# Copyright 2014 The Chromium OS Authors. All rights reserved.
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5# args: -v
6
7SRCDIR="$(dirname "$0")"
8
9. "${SRCDIR}"/common.sh
10
11python "${SRCDIR}"/mountns-enter.py "${SRCDIR}" || die "enter mount ns"
12