separated disk io scripts into installation and execution

This commit is contained in:
root 2011-08-16 23:47:50 +02:00
parent 418f96eb87
commit e391ba56f1
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,3 @@
#!/bin/bash
yum install bonnie
apt-get install bonnie
bonnie -u root
yum install bonnie

2
disk/bonnie_run.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
bonnie -u root