Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 731 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 731 Bytes

feup-sope

Ubuntu version GCC version bash version

Exercises solved during the Operating Systems course, in the second year of FEUP's Master in Informatics and Computing Engineering.

Compile and run

To compile a single .c file with gcc on the terminal:

gcc -o file_name <file>.c

To run the file:

./file_name

To run a bash (.sh) file simply:

./file.sh

License

MIT