blob: 4378341de1bc379b85d68bc2e0649408fb6f30ca [file] [log] [blame]
David Lattimore751558c2022-09-05 14:57:00 +10001#!/bin/bash
2
3# Copyright 2022 The ChromiumOS Authors.
4# 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 "$@"