8000 GitHub - lemniskett/bobbit.sh: Simple background job executor in POSIX shell.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lemniskett/bobbit.sh

< 8000 span class="prc-TooltipV2-Tooltip-cYMVY" data-direction="n" aria-hidden="true" id=":R3v5ab:">Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bobbit.sh

Simple background job executor.

Usage

Start the daemon:

bobbitd

Run a job:

bobbit create <job_name> <job_command>

Wait for a job:

bobbit wait <job_name>

Print job output:

bobbit tail <job_name>

List running jobs:

bobbit list

Configuration

Configurations are only possible with environment variables

  • BOBBIT_FIFO_PATH : Path to FIFO, if directory doesn't exist, it will try to create it. (Default: ./bobbitd.fifo)
  • BOBBBI_DATA_DIR: Data directory, it's important to know that both bobbit and bobbitd will use this directory. (Default: ./bobbitd)

Running inside OCI container

Use tini, or if you're using Docker, pass --init flag.

About

Simple background job executor in POSIX shell.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0