nonstop

Log

Files

Refs

LICENSE

package.yml (386B)

     1 ---
     2   name: nonstop
     3   version: 0.0.3
     4   description: run a command and start it again when it finishes
     5   bin: ./nonstop.c
     6   repository:
     7     type: git
     8     url: "git+https://github.com/USER/nonstop.git"
     9   keywords:
    10     - utility
    11     - command
    12   author: Anonymous
    13   license: MIT
    14   bugs:
    15     url: "https://github.com/USER/nonstop/issues"
    16   homepage: "https://github.com/USER/nonstop#readme"