#!/usr/bin/env bash

find -maxdepth 1 -type d -name "attack*I" | xargs -n1 -i§ tar cjf §.tar.bz2 §
