aboutsummaryrefslogtreecommitdiff
path: root/testmodify.sh
blob: 1e03f29b53fa08c5c6962e5d07b0953c3514d0eb (plain)
1
2
3
4
5
6
#!/bin/bash
./client -u 1 -k a create
for i in $(seq 1 100)
do
    ./client -u 1 -k a modifyfile -f 1 -i container1/hello-world.tar > /dev/null
done