1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-01 08:21:17 +02:00
zsh/Functions/Zftp/zfclose
2000-05-08 10:45:02 +00:00

5 lines
90 B
Plaintext

# function zfclose {
[[ $curcontext = :zf* ]] || local curcontext=:zfclose
zftp close
# }