Skip to content

willGuimont/meanwhile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meanwhile

Run jobs while you're away from the computer.

Usage

python meanwhile --job example_job.json --delay 10 --workdir workdir

example_job.json

{
  "jobs": [
    {
      "name": "test1",
      "command": "echo \"a\";sleep 5; echo \"b\""
    },
    {
      "name": "test2",
      "command": "echo \"c\";sleep 5; echo \"d\""
    }
  ]
}

About

Run job when you're away from the computer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages