1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 13:33:52 +01: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
# }