diff options
Diffstat (limited to 'ifcreate/a.do')
-rw-r--r-- | ifcreate/a.do | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ifcreate/a.do b/ifcreate/a.do index 51812a1..8c55c33 100644 --- a/ifcreate/a.do +++ b/ifcreate/a.do @@ -1,4 +1,6 @@ #!/bin/sh -redo-ifcreate b +if [ ! -e b ]; then + redo-ifcreate b +fi sleep 1 date +%s |