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

4 lines
90 B
Text

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