#!/bin/bash

if [ "$(which alba_blissrc 2>/dev/null)" ] ; then
  echo "loading .rc file ..."
  . alba_blissrc
fi

ctarchiving --gui $*

