mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
10 lines
164 B
Bash
10 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_??_??
|