#! /bin/sh
# Running `$0' as if it were installed.

me=`echo "$0" | sed -e 's,.*[\\/],,'`

. ./atconfig

exec ../bin/$me --include ../lib ${1+"$@"}
