mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
13 lines
129 B
Bash
13 lines
129 B
Bash
#!/bin/sh
|
|
|
|
# $FreeBSD$
|
|
|
|
cd `dirname $0`
|
|
. ../../common.sh
|
|
|
|
desc_test()
|
|
{
|
|
echo "New path for builtin shells (2)."
|
|
}
|
|
|
|
eval_cmd $1
|