David Lattimore | 751558c | 2022-09-05 14:57:00 +1000 | [diff] [blame^] | 1 | #!/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 | |||||
9 | set -e | ||||
10 | |||||
11 | PROJECT_ROOT=$(realpath "$(dirname "${BASH_SOURCE[0]}")"/..) | ||||
12 | |||||
13 | "${PROJECT_ROOT}/scripts/run-dev" --nofpga "$@" |