blob: fc40fb223704145d7fb51479f075e82131a0e62c [file] [log] [blame]
#!/bin/bash
# Copyright 2021 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 -e
PROJECT_ROOT=$(realpath "$(dirname "${BASH_SOURCE[0]}")"/..)
cd "${PROJECT_ROOT}/rust"
cargo run -p hps-mon -- "$@"