mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
11 lines
161 B
Bash
11 lines
161 B
Bash
|
|
#!/bin/sh
|
||
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
. ../Funcs.sh
|
||
|
|
|
||
|
|
parse_options $*
|
||
|
|
|
||
|
|
DATA=$LOCALBASE/share/atmsupport/testsuite_sscop
|
||
|
|
|
||
|
|
$LOCALBASE/bin/ats_sscop $options $DATA/Funcs $DATA/S*
|