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
- Host: GitHub
- URL: https://github.com/jprjr/idgaf
- Owner: jprjr
- License: mit
- Created: 2017-04-04T21:31:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-04T21:38:37.000Z (about 8 years ago)
- Last Synced: 2025-01-24T21:14:02.439Z (5 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`).