separated disk io scripts into installation and execution
This commit is contained in:
parent
418f96eb87
commit
e391ba56f1
|
@ -1,5 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
yum install bonnie
|
|
||||||
apt-get install bonnie
|
apt-get install bonnie
|
||||||
bonnie -u root
|
yum install bonnie
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
bonnie -u root
|
Loading…
Reference in New Issue