Add support for parallel commands.
Open
good first issue
- Dominant language
- C
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
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() \
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.