#!/bin/sh
ia_logfile=$0.log . /usr/share/shellia/ia

usage()
{
  echo "wrong usage error" >&2
  exit 1
}

eval "$ia_init"
ia_add usage
ia -c
