mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
11 lines
136 B
Bash
11 lines
136 B
Bash
#!/bin/sh
|
|
|
|
reset
|
|
|
|
cat <<EOM
|
|
Exiting petitboot. Type 'exit' to return.
|
|
You may run 'pb-sos' to gather diagnostic data.
|
|
EOM
|
|
|
|
exec /bin/sh
|