Skip to content

Commit

Permalink
Added blank line functionality.
Browse files Browse the repository at this point in the history
  • Loading branch information
acmattson3 committed Apr 15, 2023
1 parent 7db4fca commit 244cf05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shell_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ int main()
cout << " print - Print the current PID" << endl;
cout << " help - Display this help information" << endl;
}
else if (command == "")
continue;
else
{
// Execute an external command
Expand Down

0 comments on commit 244cf05

Please sign in to comment.