5 lines
52 B
Bash
Executable file
5 lines
52 B
Bash
Executable file
#!/bin/sh
|
|
set -ex
|
|
|
|
mkdir build && cd build
|
|
cmake ..
|