mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 17:32:57 -05:00
13 lines
134 B
Bash
13 lines
134 B
Bash
#!/bin/sh
|
|
|
|
# $FreeBSD$
|
|
|
|
cd `dirname $0`
|
|
. ../../common.sh
|
|
|
|
desc_test()
|
|
{
|
|
echo "Check that the shell can be replaced."
|
|
}
|
|
|
|
eval_cmd $1
|