6 lines
70 B
Bash
6 lines
70 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
yum install bonnie
|
||
|
apt-get install bonnie
|
||
|
bonnie -u root
|