#!/bin/bash

# AMBER wrapper script for the program am1bcc.
# Calls the real am1bcc after setting needed environment variables.

this_script_dir="$(cd "$(dirname "$0")" && pwd)"
source $this_script_dir/../amber.sh

$AMBERHOME/bin/wrapped_progs/am1bcc "$@"
