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