mirror of
https://github.com/13hannes11/UU_la_parallel_programming_practical_assignments.git
synced 2024-09-04 00:50:58 +02:00
add compile_and_run_script
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@
|
|||||||
!*/*.cpp
|
!*/*.cpp
|
||||||
!*/*.h
|
!*/*.h
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
!*/*.sh
|
||||||
1
Assignment_2/compile_and_run.sh
Executable file
1
Assignment_2/compile_and_run.sh
Executable file
@@ -0,0 +1 @@
|
|||||||
|
g++ -g main.cpp -lpthread && ./a.out
|
||||||
Reference in New Issue
Block a user