10 lines
54 B
Bash
10 lines
54 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
pwd
|
||
|
|
||
|
ls -al
|
||
|
|
||
|
meson target
|
||
|
|
||
|
ninja -C target
|