aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'script.sh')
-rwxr-xr-xscript.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/script.sh b/script.sh
index b413d96..3159aa2 100755
--- a/script.sh
+++ b/script.sh
@@ -20,5 +20,5 @@ fast=false
if [ "$1" == --fast ]; then
f 300 300> >(time ./create-git.sh --fast)
else
- f
+ f && ./create-git.sh
fi