asterinas/test/apps/scripts/boot_hello.sh
2024-06-28 20:33:21 +08:00

8 lines
83 B
Bash

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