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 7 SRCDIR="$(dirname "$0")" 8 9 . "${SRCDIR}"/common.sh 10 11 python "${SRCDIR}"/mountns-enter.py "${SRCDIR}" || die "enter mount ns" 12