4 строки
68 B
Bash
4 строки
68 B
Bash
|
#!/bin/sh
|
||
|
echo "Please run ./build.sh"
|
||
|
scl enable devtoolset-7 bash
|