aboutsummaryrefslogtreecommitdiff
path: root/tests/aiet/test_resources/scripts/test_backend_run
blob: 548f57776634fdfabf61a4476a3c027764a4c92c (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

# SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates.
# SPDX-License-Identifier: Apache-2.0

echo "Hello from script"
>&2 echo "Oops!"
sleep 100