This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
zsh
Watch
1
Star
0
Fork
0
You've already forked zsh
mirror of
git://git.code.sf.net/p/zsh/code
synced
2024-11-20 14:04:03 +01:00
Code
bd86ea7185
zsh
/
Functions
/
Zftp
/
zfclose
5 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial revision
1999-04-25 17:43:45 +02:00
# function zfclose {
11252: no colon at the end of zftp function contexts
2000-05-08 12:45:02 +02:00
[[ $curcontext = :zf* ]] || local curcontext=:zfclose
Initial revision
1999-04-25 17:43:45 +02:00
zftp close
# }
Copy Permalink