From aefa2d13d98a203f6fe67019d366307b187c6a55 Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Wed, 28 Jul 2021 23:39:47 -0400 Subject: [PATCH] Make outputs/ dir in init --- init | 1 + 1 file changed, 1 insertion(+) diff --git a/init b/init index e9bcca2..203fda0 100755 --- a/init +++ b/init @@ -32,6 +32,7 @@ commands=( "python3 -m venv $SCRIPT_DIR/.venv" "source .venv/bin/activate" "pip3 install -r requirements.txt" + "mkdir $SCRIPT_DIR/outputs" ) for com in "${commands[@]}"; do