mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:03:02 +01:00
4 lines
37 B
Bash
4 lines
37 B
Bash
|
#!/bin/sh
|
||
|
make -j15 && make install
|
||
|
|