Skip to content

ctrlMarcio/feup-sope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Operating Systems course @ FEUP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages