7 lines
51 B
Plaintext
7 lines
51 B
Plaintext
|
# $FreeBSD$
|
||
|
set -e
|
||
|
|
||
|
unalias -a
|
||
|
alias foo=bar
|
||
|
alias
|