summaryrefslogtreecommitdiffstats
path: root/Bombs/cpu/bomb.sh
blob: b6f3050d7a4881fc69c14bdc0e84a293c4504e73 (plain)
1
2
3
4
5
#!/bin/bash
while true
do
    echo 'boum! '
done