Skip to content

Instantly share code, notes, and snippets.

@z3ntu
Created October 27, 2017 20:07
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 z3ntu/8d040a74e68cda3e44145b9b5b0b2d99 to your computer and use it in GitHub Desktop.
Save z3ntu/8d040a74e68cda3e44145b9b5b0b2d99 to your computer and use it in GitHub Desktop.
i=0; while true; do echo $i > /dev/kmsg; i=$((i+1)); sleep 0.1; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment