this post was submitted on 16 Feb 2024
714 points (97.6% liked)

Programmer Humor

32051 readers
1736 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] user224@lemmy.sdf.org 10 points 7 months ago* (last edited 7 months ago)

Well, the script could keep running even after he would have detached from that tmux session due to losing ssh connection. And since that script would unblock all ports after 30 seconds...

(Same use case as nohup that they mentioned)