mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-26 04:36:35 +00:00
add missing dd.sh script
This commit is contained in:
parent
203ed3d1cc
commit
8f7c76be6b
4
etcher-pro-monitoring/benchmark/dd.sh
Executable file
4
etcher-pro-monitoring/benchmark/dd.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
for i in {a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p}; do
|
||||||
|
dd if=/dev/zero bs=1M count=1500 of=/dev/sd$i &
|
||||||
|
done
|
||||||
|
wait
|
Loading…
x
Reference in New Issue
Block a user