4 lines
60 B
Bash
4 lines
60 B
Bash
|
#!/bin/env sh
|
||
|
|
||
|
cmake -B .build "$@" && cmake --build .build
|