Files

8 lines
39 B
Bash
Raw Permalink Normal View History

2020-05-28 02:13:21 +02:00
#!/bin/bash
(
cd build
make -j
)