1USAGE_LICENSE="[-author?ATT]" 2######################################################################## 3# # 4# This software is part of the ast package # 5# Copyright (c) 1994-2011 AT&T Intellectual Property # 6# and is licensed under the # 7# Eclipse Public License, Version 1.0 # 8# by AT&T Intellectual Property # 9# # 10# A copy of the License is available at # 11# http://www.eclipse.org/org/documents/epl-v10.html # 12# (with md5 checksum b35adb5213ca9657e911e9befb180842) # 13# # 14# Information and Software Systems Research # 15# AT&T Research # 16# Florham Park NJ # 17# # 18# Glenn Fowler <gsf@research.att.com> # 19# # 20######################################################################## 21: mam probe script 22opt= 23while : 24do case $1 in 25 -d) opt=-d ;; 26 -*) ;; 27 *) break ;; 28 esac 29 shift 30done 31mamprobe $opt - "$1" 32