[University Project] - Uses multiprocessing, multithreading and pipes.
[2nd Year - 1st semester]
Project for university. Subject of Operating Systems. The purpose of this project was to create a Banking System Concept that relied on multiple processes for somes taks and threads for the more ususal tasks. Pipes were introduced later in the project to facilitate the comunication between the several bash terminals that were writting commands and the main terminal that was executing the commands and replying the output (wich was printed in the terminal of origin).