mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 08:24:18 +00:00
7 lines
184 B
Plaintext
7 lines
184 B
Plaintext
rm -rf 1 2 3
|
|
mkdir 1 2 3
|
|
cp test.c test.h 1
|
|
cp test.c test.h 2
|
|
cp test.c test.h 3
|
|
cd 1; cc -L -r test.c -l6 &; cd ../2; cc -L -r test.c -l6 &; cd ../3; cc -L -r test.c -l6 &; cd ..
|