Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update main.sh to allow for user options #2

Open
VictorMotogna opened this issue Oct 8, 2022 · 1 comment
Open

Update main.sh to allow for user options #2

VictorMotogna opened this issue Oct 8, 2022 · 1 comment
Assignees
Labels
good first issue Good for newcomers hacktoberfest shell Needs shell code

Comments

@VictorMotogna
Copy link
Member

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.'
@VictorMotogna VictorMotogna added good first issue Good for newcomers shell Needs shell code labels Oct 8, 2022
@codrutzu
Copy link
Contributor

I'm assigning myself to this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest shell Needs shell code
Projects
None yet
Development

No branches or pull requests

2 participants