Add the notty utility, a program I wrote long ago which I should have
commit2e6b5bc58a6e6bdca77a1770be4995c3c0187ed9
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 27 May 2008 17:10:49 +0000 (27 17:10 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 27 May 2008 17:10:49 +0000 (27 17:10 +0000)
tree8f8150616b2b2d93b2e61c048e5d6f44128b63f8
parent9382dc55d94bbcae5d6865df1266f8a3c1c68d80
Add the notty utility, a program I wrote long ago which I should have
brought into base long ago.  This program provides a convenient shortcut
to detaching a command from the controlling terminal and running it in the
background.
bin/Makefile
bin/notty/Makefile [new file with mode: 0644]
bin/notty/notty.1 [new file with mode: 0644]
bin/notty/notty.c [new file with mode: 0644]