pharaujo / notty

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:C 91.2%Language:Makefile 8.8%