8 lines
83 B
Bash
8 lines
83 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
# SPDX-License-Identifier: MPL-2.0
|
||
|
|
|
||
|
|
set -e
|
||
|
|
|
||
|
|
echo "Successfully booted."
|