source: trunk/debathena/config/tellme/tellme @ 22685

Revision 22685, 280 bytes checked in by ghudson, 17 years ago (diff)
* debathena/config: Snapshot config package sources from /mit/debathena/packages/config.
  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3tellme_dir=$(ATHENA_SYS=$(machtype -S) ATHENA_SYS_COMPAT=$(machtype -C) \
4    athdir /afs/athena.mit.edu/system/config/tellme)
5if [ $? -ne 0 ]; then
6    echo "$0: could not get tellme directory; check your AFS tokens." >&2
7    exit 1
8fi
9
10exec "$tellme_dir/tellme" "$@"
Note: See TracBrowser for help on using the repository browser.