Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Cygwin 中,我的 .bash_profile 如下所示:
nohup mintty & exit
mintty 命令启动并使用 .bashrc处理我所有真正的启动内容。我想做的是ssh-agent在我退出 mintty 时杀死所有进程。有没有办法让我自动做到这一点?
ssh-agent
这可能会有所帮助:http ://en.wikipedia.org/wiki/Nohup#Overcoming_hanging
(有趣的问题,我希望 shell 自动存在并让你的进程运行直到完成)