blob: f3e977bee8a844548cd94edf34c4bfc8779989e2 [file] [log] [blame]
David Lattimore751558c2022-09-05 14:57:00 +10001#!/bin/bash
2
David Lattimore3b6faa22022-10-18 14:10:43 +11003# Copyright 2022 The ChromiumOS Authors
David Lattimore751558c2022-09-05 14:57:00 +10004# Use of this source code is governed by a BSD-style license that can be
5# found in the LICENSE file.
6
7# Builds and runs stage1_app.
8
9set -e
10
11PROJECT_ROOT=$(realpath "$(dirname "${BASH_SOURCE[0]}")"/..)
12
13"${PROJECT_ROOT}/scripts/run-dev" --nofpga "$@"