diff options
Diffstat (limited to 'sysroot/bin/sh')
-rw-r--r-- | sysroot/bin/sh/halt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysroot/bin/sh/halt b/sysroot/bin/sh/halt index 563aded..7304155 100644 --- a/sysroot/bin/sh/halt +++ b/sysroot/bin/sh/halt @@ -1,2 +1,2 @@ #!/bin/shell -echo halt > /initctl
\ No newline at end of file +echo "Die monster. You don't belong in this world!" > /proc/1/intr |