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 | |
---|
3 | tellme_dir=$(ATHENA_SYS=$(machtype -S) ATHENA_SYS_COMPAT=$(machtype -C) \ |
---|
4 | athdir /afs/athena.mit.edu/system/config/tellme) |
---|
5 | if [ $? -ne 0 ]; then |
---|
6 | echo "$0: could not get tellme directory; check your AFS tokens." >&2 |
---|
7 | exit 1 |
---|
8 | fi |
---|
9 | |
---|
10 | exec "$tellme_dir/tellme" "$@" |
---|
Note: See
TracBrowser
for help on using the repository browser.