8 lines
44 B
Bash
Executable File
8 lines
44 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd ..
|
|
(
|
|
cd build
|
|
make -j
|
|
)
|