Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 333 Bytes

README.markdown

File metadata and controls

27 lines (16 loc) · 333 Bytes

Notty

notty is a command line tool to detach a process from a tty.

Requirements

  • A compiler (gcc, clang, etc)
  • OS X (tested on 10.10)

Instructions

make
make install

About

The code is originally from http://silmor.de/notty.php, with just minor fixes to work on OS X.