asterinas/test/apps/scripts/boot_hello.sh

8 lines
83 B
Bash
Raw Normal View History

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