Initial import.
[detach.git] / detach.1
blobcd4a1c0d5b5187bfe9e6660487f5c8f714599b80
1 .TH detach 1
2 .SH NAME
3 .B detach
4 \- run a command after detaching from the terminal
5 .SH SYNOPSIS
6 \fBdetach\fR \fIcommand\fR [\fIargs\fR]
8 Forks a new process, detaches is from the terminal, and executes
9 command with the specified arguments.
10 .SH EXAMPLE
11 .B detach xterm
13 Start an xterm that will not be closed when the current shell exits.
14 .SH AUTHOR
15 .B detach
16 was written by Robbert Haarman. See http://inglorion.net/ for contact
17 information.