mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 09:37:08 -04:00
7 lines
88 B
Text
7 lines
88 B
Text
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
unalias -a
|
||
|
|
alias command=command
|
||
|
|
alias true='echo bad'
|
||
|
|
eval 'command true'
|