4 lines
35 B
Bash
Executable File
4 lines
35 B
Bash
Executable File
#!/bin/bash
|
|
cd /oss || exit 1
|
|
make
|