Skip to content

Instantly share code, notes, and snippets.

@crafter999
Last active July 2, 2019 16:45
Show Gist options
  • Select an option

  • Save crafter999/81d8b9f201b677589c0ddc88de66f76c to your computer and use it in GitHub Desktop.

Select an option

Save crafter999/81d8b9f201b677589c0ddc88de66f76c to your computer and use it in GitHub Desktop.

Revisions

  1. crafter999 renamed this gist Jul 2, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. crafter999 renamed this gist Jul 2, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. crafter999 created this gist Jun 9, 2019.
    5 changes: 5 additions & 0 deletions cpu-stress.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    [start]
    for i in 1 2 3 4; do while : ; do : ; done & done

    [stop]
    for i in 1 2 3 4; do kill %$i; done