Advertisement
Guest User

bsod

a guest
Jan 24th, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.34 KB | None | 0 0
  1. #!/bin/sh
  2. echo -n ""
  3. printf "%-80s\n" "A problem has been detected and $1 has been shut down to prevent damage"
  4. printf "%-80s\n" "to $2."
  5. printf "%-80s\n" ""
  6. printf "%-80s\n" ""
  7. printf "%-80s\n" "The problem seems to be caused by the following file: $3"
  8. printf "%-80s\n" ""
  9. printf "%-80s\n" ""
  10. printf "%-80s\n" "$4"
  11. printf "%-80s\n" ""
  12. printf "%-80s\n" ""
  13. printf "%-80s\n" "If this is the first time you've seen this Stop error screen,"
  14. printf "%-80s\n" "restart your computer. If this screen appears again, follow"
  15. printf "%-80s\n" "these steps:"
  16. printf "%-80s\n" ""
  17. printf "%-80s\n" ""
  18. printf "%-80s\n" "Check to make sure any new hardware or software is properly installed."
  19. printf "%-80s\n" "If this is a new installation, ask your hardware or software manufacturer"
  20. printf "%-80s\n" "for any $5 updates you might need."
  21. printf "%-80s\n" ""
  22. printf "%-80s\n" ""
  23. printf "%-80s\n" "If problems continue, disable or KOKOKOKOKO KOKOKOKOKOKOKO KOKOKOKOKOK KOKOKO"
  24. printf "%-80s\n" "KOKOKOKOKOKOKOKOKOKOKOKOKOKOKOKOKOKOKOKOKOKOKOKO KOKOKOKOKOKOKOKO KOKOKOKOKO"
  25. printf "%-80s\n" "KOKOKOKO KOKOKOKOKO KOKOKOKOKOKOKOKO"
  26. printf "%-80s\n" ""
  27. printf "%-80s\n" ""
  28. printf "%-80s\n" "Technical information:"
  29. printf "%-80s\n" ""
  30. printf "%-80s\n" ""
  31. printf "%-80s\n" "*** STOP: $6 ($7, $8, $9, $10)"
  32. printf "%-80s\n" ""
  33. printf "%-80s\n" ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement