Skip to content
Snippets Groups Projects
Commit 97c72872 authored by Victor Zimmermann's avatar Victor Zimmermann
Browse files

Update directory structure.

parent da400f2e
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
mkdir ../output
mkdir ../output/baseline
mkdir ../output/system
mkdir final
THIS_DIR=$(dirname "${BASH_SOURCE[0]}")
mkdir "$THIS_DIR/../output/"
mkdir "$THIS_DIR/../output/.final/"
mkdir "$THIS_DIR/../results/"
python3 -m venv absinth_env
source absinth_env/bin/activate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment