An open API service indexing awesome lists of open source software.

https://github.com/jprjr/idgaf

When you wanna run a background process and just don't care
https://github.com/jprjr/idgaf

Last synced: 4 months ago
JSON representation

When you wanna run a background process and just don't care

Awesome Lists containing this project

README

        

# idgaf

A small program for backgrounding a process.

There's no options for specifying a pid file, checking
if a process is running, and so on. It's meant for spawning
a program off and completely ignoring it.

See this project's "Releases" tab for ready-to-download static
binaries.

## Usage

`idgaf program args ...`

## Example

`idgaf sleep 10`

Spawns 'sleep 10' in the background.

## LICENSE

The MIT license (see `LICENSE`).