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

Add support for parallel commands. #1

Open
4 tasks
Aadeesh11 opened this issue Dec 25, 2022 · 0 comments
Open
4 tasks

Add support for parallel commands. #1

Aadeesh11 opened this issue Dec 25, 2022 · 0 comments
Labels
good first issue Good for newcomers

Comments

@Aadeesh11
Copy link
Owner

Plan of action:

  • 1) Parse the input line using delim="&", and put individual entries in an array maybe. \
    • Check for syntax error like only & is present, last command doesnt have an & at the end, etc.
  • 2) Then create a separate thread for each entry in the array and pass the entry to parseLine function. \
  • 3) figure out cleanUp using free() \
@Aadeesh11 Aadeesh11 added the good first issue Good for newcomers label Dec 25, 2022
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
Projects
None yet
Development

No branches or pull requests

1 participant