#!/bin/bash

R="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
LD_LIBRARY_PATH="$R" "$R/archive_ctl.exe" "$@"
