Skip to content

Update main.sh to allow for user options #2

@VictorMotogna

Description

@VictorMotogna

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 and 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.'

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions