mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 01:59:38 -04:00
12 lines
133 B
Bash
12 lines
133 B
Bash
#! /bin/sh
|
|
|
|
. $(dirname $0)/../../common.sh
|
|
|
|
# Description
|
|
DESC="Empty command (from variable)"
|
|
|
|
# Run
|
|
TEST_N=1
|
|
TEST_1=
|
|
|
|
eval_cmd $*
|