retty.1: See also blindtty(1)
[retty.git] / README
blob0b6bd19f4774318ac95692496cf6864cb1b96534
1 This README file is just a stub. You will find some real information in the
2 manpage included with this package.
4 Build:
5 ------
7         make
9 Documentation:
10 --------------
12         man ./retty.1
14 If you want to just run application detached only for attaching it with
15 retty in future, you might find the blindtty tool useful, especially
16 in connection with the setsid command which will do the detach part:
18         setsid blindtty <some command with arguments and so on>