diff options
author | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2014-09-21 00:19:49 +0200 |
---|---|---|
committer | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2014-09-21 00:19:49 +0200 |
commit | d7678e3c75c0fdb4df6d30d806faf0b9c37c917e (patch) | |
tree | 756c182cede80c25f6251668c087998feb03c589 /ifcreate | |
parent | 9c2591e95a4b515a9f0c2b26fe172b8ac9da6259 (diff) |
* ifcreate
Diffstat (limited to 'ifcreate')
-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 |