#!/bin/bash

target=kacpimon.tar.bz2

rm -f $target
tar -cvf $target --bzip2 --exclude-from=mktar.exc *

