File size: 66 Bytes
35a67ad
 
 
 
1
2
3
4
5
for f in *.tar; do
  echo "Loading $f"
  docker load -i "$f"
done