mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
system/reptyr: Fix invalid chars in desc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
eb096fda7d
commit
30d3db41d3
2 changed files with 2 additions and 2 deletions
|
@ -2,5 +2,5 @@ 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,
|
||||
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.
|
||||
|
|
|
@ -10,7 +10,7 @@ reptyr: reptyr (change controlling terminal of a running process)
|
|||
reptyr:
|
||||
reptyr: reptyr is a utility for taking an existing running program and
|
||||
reptyr: attaching it to a new terminal. Started a long-running process over
|
||||
reptyr: ssh, but have to leave and don’t want to interrupt it? Just start
|
||||
reptyr: ssh, but have to leave and don't want to interrupt it? Just start
|
||||
reptyr: a screen, use reptyr to grab it, and then kill the ssh session and
|
||||
reptyr: head on home.
|
||||
reptyr:
|
||||
|
|
Loading…
Reference in a new issue