This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
zsh
Watch
1
Star
0
Fork
You've already forked zsh
0
mirror of
git://git.code.sf.net/p/zsh/code
synced
2025-01-22 00:21:27 +01:00
Code
Releases
Activity
b44ed0b032
zsh
/
Functions
/
Zftp
/
zfclose
5 lines
90 B
Text
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