diff options
author | B. Watson <yalhcru@gmail.com> | 2012-12-21 13:02:41 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-21 21:27:25 +0100 |
commit | 7a18715b6d0706f1523e5fc78b5e9dc474846a9f (patch) | |
tree | 15f6df295ff373082633bc035fc09671591491dc /system/reptyr/README | |
parent | 2fc3de8d94aa865becdf00fe27f22687942e61c5 (diff) | |
download | slackbuilds-7a18715b6d0706f1523e5fc78b5e9dc474846a9f.tar.gz |
system/reptyr: Added (change terminal of a running process).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/reptyr/README')
-rw-r--r-- | system/reptyr/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/reptyr/README b/system/reptyr/README new file mode 100644 index 0000000000..9218ba986a --- /dev/null +++ b/system/reptyr/README @@ -0,0 +1,6 @@ +reptyr (change controlling terminal of a running process) + +reptyr is a utility for taking an existing running program and attaching +it to a new terminal. Started a long-running process over ssh, but +have to leave and don’t want to interrupt it? Just start a screen, +use reptyr to grab it, and then kill the ssh session and head on home. |