Open VictorMotogna opened 2 years ago
Use shell_scripts/multi_chooser.sh function to allow the user to select from the benchmarks which ones they would like to run.
shell_scripts/multi_chooser.sh
Initially, they could choose only between csv parser and none.
csv parser
none
If csv parser is selected, execute:
echo '---------------' echo 'Running csv parser' chmod 755 shell_scripts/csv_parser.sh source shell_scripts/csv_parser.sh
If none is selected, execute:
echo '---------------' echo 'Thanks for stopping by! See you next time.'
I'm assigning myself to this
Use
shell_scripts/multi_chooser.sh
function to allow the user to select from the benchmarks which ones they would like to run.Initially, they could choose only between
csv parser
andnone
.If
csv parser
is selected, execute:If
none
is selected, execute: