mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
11 lines
164 B
Bash
11 lines
164 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
|
|
. ../Funcs.sh
|
|
|
|
parse_options $*
|
|
|
|
DATA=$LOCALBASE/share/atmsupport/testsuite_cc
|
|
|
|
$LOCALBASE/bin/ats_cc $options $DATA/CC_Funcs $DATA/CC_??_??
|