Lab 2 is in fact the first lab in the set of ones we actually do. It's not particularly hard, but consumed some time for me
8 lines
87 B
Bash
Executable File
8 lines
87 B
Bash
Executable File
#!/bin/bash
|
|
|
|
make -j$(nproc)
|
|
|
|
./father 0 > task0
|
|
./father 1 > task1
|
|
./father 2 > task2
|