asterinas/regression/apps/scripts/boot_hello.sh

8 lines
83 B
Bash

#!/bin/sh
# SPDX-License-Identifier: MPL-2.0
set -e
echo "Successfully booted."