first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / scripts / demo / OS_crusher.sh
1 #!/bin/bash
2
3 while true; do
4   $0 &
5   $0 &
6 done
7