4 lines
39 B
Bash
4 lines
39 B
Bash
|
#!/bin/bash
|
||
|
cd ../source
|
||
|
make V=1 test
|