nonstop

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

commit d56e2521f387a18048a4cef96ff3f8ce4a97d11e
parent db4f29c382d483c8da60d8f8ad82f3fd221fcff7
Author: Remy Noulin <loader2x@gmail.com>
Date:   Mon, 15 Oct 2018 15:32:38 +0200

fix compilation errors due to updates in libsheepy

nonstop.c   |  1 +
package.yml | 21 ++++-----------------
2 files changed, 5 insertions(+), 17 deletions(-)

Diffstat:
Mnonstop.c | 1+
Mpackage.yml | 21++++-----------------
2 files changed, 5 insertions(+), 17 deletions(-)

diff --git a/nonstop.c b/nonstop.c @@ -2,6 +2,7 @@ /* or direct path to sheepy: #! /usr/local/bin/sheepy */ #include "libsheepyObject.h" +#include <unistd.h> int argc; char **argv; diff --git a/package.yml b/package.yml @@ -1,31 +1,18 @@ --- name: nonstop - version: 0.0.1 + version: 0.0.2 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/RemyNoulin/nonstop.git + url: git+https://github.com/USER/nonstop.git keywords: - utility - command author: Anonymous license: MIT bugs: - url: https://github.com/RemyNoulin/nonstop/issues - homepage: https://github.com/RemyNoulin/nonstop - #compileHelp: # text displayed when there is a compilation error - #dependencies: - # md4c: - # Test configuration: - #testBin: ./testNonstop.c - #testCflags: -ggdb -std=gnu11 -fPIC -pipe -fprofile-arcs -ftest-coverage -Wall -Wextra - #testLflags: -lcheck_pic -lrt -lm -lsubunit -fprofile-arcs -ftest-coverage -rdynamic - # Memcheck configuration: - #memcheckBin: ./memcheckNonstop.c - #memcheckCmd: valgrind --leak-check=full --show-leak-kinds=all - #memcheckCflags: -ggdb -std=gnu11 -fPIC -pipe - #memcheckLflags: -rdynamic - #documentationCmd: # command for generating the documentation with spm doc + url: https://github.com/USER/nonstop/issues + homepage: https://github.com/USER/nonstop#readme