nonstop

run a command and start it again when it finishes
git clone https://noulin.net/git/nonstop.git
Log | Files | Refs | LICENSE

commit 680448f0edc04a052bf73d8a75c21eed399f7af1
parent d56e2521f387a18048a4cef96ff3f8ce4a97d11e
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sat, 29 Jun 2019 10:31:47 +0200

update links

Diffstat:
Mpackage.yml | 12+++++-------
1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/package.yml b/package.yml @@ -1,18 +1,16 @@ --- name: nonstop - version: 0.0.2 - description: "run a command and start it again when it finishes" + version: 0.0.3 + description: run a command and start it again when it finishes bin: ./nonstop.c - #cflags: -DA -ggdb -std=gnu11 -fPIC -pipe - #lflags: -lpcre repository: type: git - url: git+https://github.com/USER/nonstop.git + url: "git+https://github.com/USER/nonstop.git" keywords: - utility - command author: Anonymous license: MIT bugs: - url: https://github.com/USER/nonstop/issues - homepage: https://github.com/USER/nonstop#readme + url: "https://github.com/USER/nonstop/issues" + homepage: "https://github.com/USER/nonstop#readme"