blob: ec4a3bdbba49ee3047ae1d31089523c7d63e7e57 [file] [log] [blame]
#!/bin/sh
# Copyright 2016 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
set -eu
readonly bindir=$(cd "$(dirname "$(readlink -f "$0")")"; pwd)
exec "$bindir/python_venv" -m chromite.scripts.sysmon "$@"