5 lines
73 B
Bash
5 lines
73 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
chmod 777 bin/build-linux.sh
|
||
|
bin/build-linux.sh "-DPACKAGE"
|