From 741dc2db9f1545af1446da87bcd07436940958eb Mon Sep 17 00:00:00 2001 From: Nils Dagsson Moskopp Date: Tue, 14 Jul 2015 13:18:11 +0200 Subject: * some stuff with redo-ifcreate --- ifcreate/a.do | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ifcreate') diff --git a/ifcreate/a.do b/ifcreate/a.do index 8c55c33..c183e95 100644 --- a/ifcreate/a.do +++ b/ifcreate/a.do @@ -1,5 +1,7 @@ #!/bin/sh -if [ ! -e b ]; then +if [ -e b ]; then + redo-ifchange b +else redo-ifcreate b fi sleep 1 -- cgit v1.2.3