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