#!/bin/bash

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

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

"$AMBERHOME/bin/wrapped_progs/bondtype" "$@"
