diff options
Diffstat (limited to 'Bombs/cpu/bomb.sh')
-rw-r--r-- | Bombs/cpu/bomb.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Bombs/cpu/bomb.sh b/Bombs/cpu/bomb.sh new file mode 100644 index 0000000..b6f3050 --- /dev/null +++ b/Bombs/cpu/bomb.sh @@ -0,0 +1,5 @@ +#!/bin/bash +while true +do + echo 'boum! ' +done
\ No newline at end of file |