Closed kxtzownsu closed 3 months ago
This PR edits chromeos_startup.sh to make the multi-lined boot messages usecat <<EOF instead of echo. The output to the boot message's txt file is still the same, but just adds a little more readability to the source code.
chromeos_startup.sh
cat <<EOF
echo
txt
(This PR also finishes an unfinished comment)
This PR edits
chromeos_startup.sh
to make the multi-lined boot messages usecat <<EOF
instead ofecho
. The output to the boot message'stxt
file is still the same, but just adds a little more readability to the source code.(This PR also finishes an unfinished comment)