feat(lab2): unix lab2 done
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
This commit is contained in:
7
OSs/lab2/unix/part-A/lab.sh
Executable file
7
OSs/lab2/unix/part-A/lab.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
make -j$(nproc)
|
||||
|
||||
./father 0 > task0
|
||||
./father 1 > task1
|
||||
./father 2 > task2
|
||||
Reference in New Issue
Block a user