summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-18 22:07:31 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-18 22:07:31 -0700
commitcec33d4478c1ac055aa703439565539167bc6a91 (patch)
tree79f7bb38945d6bd026075f95bb4e9713d84e32d2 /bin
parenta20bafe57278208d109fe1cb17c605f9b99c5395 (diff)
downloaddotfiles-cec33d4478c1ac055aa703439565539167bc6a91.tar.gz
drop TODO about killing windows now have ssh-and-tmux-term
Use of that script means all three windows stick around.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/debian-ftp-master4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/debian-ftp-master b/bin/debian-ftp-master
index 841bbd76..e8a2c473 100755
--- a/bin/debian-ftp-master
+++ b/bin/debian-ftp-master
@@ -38,10 +38,6 @@ fi
# connections don't race to do this and one of them disables multiplexing
ssh -fN ftp-master.debian.org
-# TODO watch the SSH process somehow, and if it dies, also kill the
-# *NEW notes* window. Save an ID for that window in case its title
-# changes?
-
# start Emacs on ftp-master
ssh ftp-master.debian.org pgrep -u spwhitton emacs \
|| ssh ftp-master.debian.org emacs --daemon &