Exactlywb / grasshopper_riscv

Implementation of a project on information security course
MIT License
0 stars 0 forks source link

Improve experiment script automatisation #30

Open pavel-collab opened 8 months ago

pavel-collab commented 8 months ago

Need to write bash script, that will be executed during the build stage. This script should use system information about absolute paths and environment variables to fill json config, that will be used in python experiment script. Also need to improve python experiment script itself.

pavel-collab commented 8 months ago

I have already write new implementation for python script and stupid implementation of bash script, but firstly it's not in any branch, and secondly, I need help with writing bash scripts.

Exactlywb commented 7 months ago

I have already write new implementation for python script and stupid implementation of bash script, but firstly it's not in any branch, and secondly, I need help with writing bash scripts.

I don't think new bash script is going to be "non-stupid". We have a small project and big-boy bash script is kind of overengineering. I think It'd be look like multiline-echo into *.json file with environmental variables. You are free to see it here and send a PR.