#!/bin/bash

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

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

"$AMBERHOME/bin/wrapped_progs/atomtype" "$@"
